Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE Automation and authentication

Status
Not open for further replies.

GaryWG

Technical User
Dec 17, 2002
1
GB
Hi

Am looking to build a script that does some IE automation with snippets that include:
iSet ie = CreateObject("InternetExplorer.Application")

ie.Navigate("URL") etc

Now if the URL I navigate to requires username/pasword and IE prompts with the dialogue box, how can I programmatically sense that this prompt has appeared and then pass username and password to it?

Cheers


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top