Re: Getting URL infomation from browser
Re: Getting URL infomation from browser
- Subject: Re: Getting URL infomation from browser
- From: Bill Briggs <email@hidden>
- Date: Wed, 3 Oct 2001 12:41:58 -0300
At 3:44 PM +0100 03/10/01, Roger Meeks wrote:
Anyone any ideas on how to get URL of open window in either Netscape or IE
so it can be saved as a string.
and in Netscape it's
tell application "Netscape Communicator"
set myURL to URL of window 1
end tell
and myURL is a string.
-w eb