di cosa si tratta ?
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Send'
/public/elencoabbina.asp, line 284
su questa pagina
<%
'Dichiaro la variabile
Dim objXMLHttp
Set objXMLHttp = Server.CreateObject("Msxml2.xmlhttp")
objXMLHttp.Open "GET", "http://www.xxxxxx.com/public/ccccpc.asp", false
'questo è il punto
objXMLHttp.Send
Response.Write(objXMLHttp.responseText)
Set objXMLHttp = Nothing
%>
fatemi sapere grazie

Rispondi quotando