Search here for all the info you want in this Blog

HTTP Object

Dim xmlhttp
Set xmlhttp = WScript.CreateObject("Msxml2.XMLHTTP")
xmlhttp.open "get","http://qtpcomplete.blogspot.com",false
xmlhttp.send()
WScript.StdOut.WriteLine xmlhttp.responseText

No comments:

Post a Comment