WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

XML
plus
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Get Web Page Content Using XML


msXML = CreateObject("Microsoft.XMLHTTP")
MyURL = "http://www.WinBatch.com/"
msXML.Open("GET", MyURL, @False)
msXML.send ()
strPageContent = msXML.responseText
msXML = 0
Message("Page content",strPageContent)

Article ID:   W17340
File Created: 2007:07:03:14:29:32
Last Updated: 2007:07:03:14:29:32