Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

msxml4.dll

Status
Not open for further replies.

mp89

Programmer
Sep 17, 2004
35
GB
How do I use the library called "Microsoft XML" (msxml4.dll). I want to be able to use this code :

Dim req As New MSXML2.xmlhttp
req.open "GET", " False
req.send
MsgBox req.responseText


Any help would be really appreciated.


Thanks,

Mike
 
Found out what I was doing wrong :

Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top