così mi apre il sito freeasp ....codice:<% URL = "http://www.freeasp.it" Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "Get", URL, False objXMLHTTP.Send testoHTML = CStr(objXMLHTTP.responseText) Set xml = Nothing response.write(testoHTML) %>
come facesse un redirect!!!!
come posso fare per isolare qualcosa ora?

Rispondi quotando