Re: getting URL of front web page
Re: getting URL of front web page
- Subject: Re: getting URL of front web page
- From: Michael Terry <email@hidden>
- Date: Wed, 26 Mar 2003 14:07:08 -0800
On 3/26/03 1:31 PM, "OzSprings" <email@hidden> wrote:
>
Is is possible to Applescript copying the URL of the frontmost web
>
page from Safari (which is what I am using) or another browser?
Yep.
tell front document of application "Safari"
URL
end tell
Mike
_______________________________________________
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.