Utilizzando l'oggetto Microsoft.XMLHTTP è possibile richiamare una pagina remota, inserirla in memoria e mostrare il suo contenuto a video:
URL = "http://www.freeasp.it"
Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.Open "Get", URL, False
objXMLHTTP.Send
testoHTML = CStr(objXMLHTTP.ResponseStream)
Set xml = Nothing
response.write(testoHTML)
%>
In questo caso la variabile testoHTML