Re: Internet Explorer Dialog Question
Re: Internet Explorer Dialog Question
- Subject: Re: Internet Explorer Dialog Question
- From: jj <email@hidden>
- Date: Mon, 17 May 2004 14:26:38 +0200
>
I am trying to write a script to control my Linksys router via Internet
>
Explorer. I am able to launch Internet Explorer and open the URL to my
>
Linksys. However, once the URL is loaded, Internet Explorer pops up a dialog
>
box asking for the password to the router. How do I identify the window and
>
enter the password? Should I be trying to use keystroke? Thanks for any
>
advice.
>
>
-Brian-
Hi, Brian!
Some times, you can concatenate your usr/pwd to the URL and it does work.
Eg:
open location "
http://usr:pwd@127.0.0.1"
* Otherwise, you need most probably keystrokes.
jj
--
http://www.macscripter.net/
http://www.osaxen.com/
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.