Re: Getting URL infomation from browser
Re: Getting URL infomation from browser
- Subject: Re: Getting URL infomation from browser
- From: JJ <email@hidden>
- Date: Sun, 03 Sep 2000 22:10:20 +0200
>
Anyone any ideas on how to get URL of open window in either Netscape or IE
>
so it can be saved as a string.
>
>
TIA
>
>
- Roger
tell application "Internet Explorer"
item 1 of (GetWindowInfo -1)
end tell
tell application "Netscape Communicator"
URL of window 1
end tell