How to program VBS IE login and password to login automatically?

Asked By 20 points N/A Posted on -
qa-featured

Is there some way I can program VBS IE login and password to login to my home page automatically  when windows starts? Can I do it with multiple websites? Thank you in advance for help.

SHARE
Answered By 590495 points N/A #148325

How to program VBS IE login and password to login automatically?

qa-featured

Here is a short script that will help you login to iGoogle. You can change the script depending on what you need. But beware of pages that have login objects located within a frame because it will get you a little bit trickier. To change to other sites simply change web address, and IE form object names to match that of your login page. To get these go to your login page, right-click View Source, and get form object ids.

Here is the script attached below:

Related Questions