Download HTML pageTag(s): WSH VBScript
With CreateObject("MSXML2.XMLHTTP") .open "GET", "http://www.rgagnon.com/howto.html", False .send WScript.Echo .responseText End With
With CreateObject("MSXML2.XMLHTTP") .open "GET", "http://www.rgagnon.com/secure/example.html", False, _ myusername, mypassword .send WScript.Echo .responseText End With
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com