• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java Code in Applescript to access login boxes in Safari.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Java Code in Applescript to access login boxes in Safari. (From: Vic Piercy <email@hidden>)

  • Prev by Date: Java Code in Applescript to access login boxes in Safari.
  • Next by Date: Need a faster Find Duplicates Routine
  • Previous by thread: Java Code in Applescript to access login boxes in Safari.
  • Next by thread: Re: Java Code in Applescript to access login boxes in Safari.
  • Index(es):
    • Date
    • Thread