Re: getting URL of front web page - and putting it into an FMP field
Re: getting URL of front web page - and putting it into an FMP field
- Subject: Re: getting URL of front web page - and putting it into an FMP field
- From: email@hidden
- Date: Thu, 27 Mar 2003 21:24:42 +0000
I have finally figured how to put the result into an FMP field. So in case anyone is interested:
tell application "Safari" to set theURL to URL of the front document
tell application "FileMaker Developer"
set field "URL" to theURL
end tell
Thanks for the help
Oz
At 14:07 -0800 26/03/2003, Michael Terry wrote:
>
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.
_______________________________________________
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.