Re: Selecting links in Communicator
Re: Selecting links in Communicator
- Subject: Re: Selecting links in Communicator
- From: "Marc K. Myers" <email@hidden>
- Date: Mon, 11 Jun 2001 09:08:53 -0400
- Organization: [very little]
>
From: email@hidden
>
Date: Sun, 10 Jun 2001 21:31:52 EDT
>
Subject: Selecting links in Communicator
>
To: email@hidden
>
>
Is it possible to select a link in a Netscape Communicator window? It would
>
be the same link each time the script is executed. I can't see any relevant
>
commands in the Communicator dictionary.
>
Any help would be appreciated.
You might be able to use one of the scripting additions that emulates
mouse clicks. OTOH, if the link is for the same URL each time it would
be easier to use Communicator's "getURL" command:
tell application "Netscape Communicator"
GetURL "
http://www.AppleScriptsToGo.com"
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[6/11/01 9:08:39 AM]