esthera
06-29-2007, 03:47 PM
currently i have code using
Set xml = Server.CreateObject("MSXML4.XMLHTTP")
I switch to a new server (go daddy) and they seem to be blocking the use of this object.
i'm trying to send a post to another page and get the results returned.
Is there any other way that I can try to do this?
Set xml = Server.CreateObject("MSXML4.XMLHTTP")
I switch to a new server (go daddy) and they seem to be blocking the use of this object.
i'm trying to send a post to another page and get the results returned.
Is there any other way that I can try to do this?