Re: Getting URL infomation from browser
Re: Getting URL infomation from browser
- Subject: Re: Getting URL infomation from browser
- From: "Marc K. Myers" <email@hidden>
- Date: Wed, 03 Oct 2001 15:43:13 -0400
- Organization: [very little]
>
Date: Wed, 03 Oct 2001 15:44:16 +0100
>
Subject: Getting URL infomation from browser
>
From: Roger Meeks <email@hidden>
>
To: <email@hidden>
>
>
Anyone any ideas on how to get URL of open window in either Netscape or IE
>
so it can be saved as a string.
In Netscape Communicator 4.7.8 it would be
tell application "Netscape Communicator"
set sURL to URL of window 1
end tell
URL is a property of the window object and is a string.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[10/3/01 3:42:37 PM]