Re: getting URL of front web page (addendum)
Re: getting URL of front web page (addendum)
- Subject: Re: getting URL of front web page (addendum)
- From: Peter Bunn <email@hidden>
- Date: Thu, 27 Mar 2003 13:55:17 -0600
Jeffrey:
Don't know if this is any help...
The following will return the URL of the _last_ window opened... though
not necessarily the front window.
Peter B.
--
tell application "Netscape 7"
set window_list to windows
set last_window to URL of item -1 of window_list
end tell
---------------
_______________________________________________
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.