There are several ways to read an external page with a component type AspHTTP.Conn, Dynu.HTTP, MSXML2.XMLHTTP, Microsoft.XMLHTTP. For example:
<%
Set XMLHttp = Server.CreateObject("Microsoft.XMLHTTP")
'CAPTURAR CORPO'
XMLHttp.open "GET", "h...
asked by
05.07.2018 / 16:01