Re: getting URL of front web page
Re: getting URL of front web page
- Subject: Re: getting URL of front web page
- From: Mr Tea <email@hidden>
- Date: Wed, 26 Mar 2003 22:14:10 +0000
This from OzSprings - dated 26/3/03 9731 pm:
>
Is is possible to Applescript copying the URL of the frontmost web
>
page from Safari (which is what I am using) or another browser?
Yes. The precise terminology required needs to be checked in each browser's
scripting dictionary, but a Safari to IE transfer would look like this:
--===========================================================
tell application "Safari" to set theURL to URL of the front document
tell application "Internet Explorer" to OpenURL theURL
--===========================================================
HTH
Nick
pp Mr Tea
--
Brew of the day: Yorkshire Gold
_______________________________________________
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.