vote up 1 vote down star
1

How would you automate logging into a website and downloading a page using vbscript?

flag

40% accept rate
I doubt that you will find that much help, considering this is a technique usually reserved for malicious usage (bots, etc). – StingyJack Feb 13 at 16:43

2 Answers

vote up 1 vote down

Using the MSXML.XMLHTTP-object to first do a POST to login and then add the cookie-headers to a GET request.

link|flag
vote up 0 vote down

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...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.