Re: Java Code in Applescript to access login boxes in Safari.
Re: Java Code in Applescript to access login boxes in Safari.
- Subject: Re: Java Code in Applescript to access login boxes in Safari.
- From: Andrew Oliver <email@hidden>
- Date: Tue, 27 May 2003 11:33:29 -0700
Is there any reason why you can't just use the URL format of the form?
Something like:
open location
"
http://www.site.com/login.cgi?username=youruser&password=yourpassword"
You might need to check the source of the form to check for any other form
parameters that you'll need to include.
It's a lot simpler than trying to script the UI via javascript.
Andrew
:)
On 5/27/03 11:04 AM, "Vic Piercy" <email@hidden> wrote:
>
Does anyone know the JavaScript Code (DO JAVASCRIPT) for accessing the login
>
boxes of a Web page?
>
>
I use a forum every day and I want to write an Applscript that will load the
>
forum web page and login with my username and password. I use Safari as my
>
Web browser. I have tried but I have been unsuccessful with getting the
>
proper Java code. Thanks in advance! Vic Piercy
>
_______________________________________________
>
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.
_______________________________________________
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.