How would you automate logging into a website and downloading a page using vbscript?
A:
As a quick and dirty solution, you could use a Shell object with SendKeys and Run as demonstrated here. These functions are quite powerful for those situations where you just can't the right object or library to use...
jheriko
2009-02-13 16:45:01
+1
A:
Using the MSXML.XMLHTTP-object to first do a POST to login and then add the cookie-headers to a GET request.
svinto
2009-02-13 16:46:10