Re: Getting the URL
Re: Getting the URL
- Subject: Re: Getting the URL
- From: Don Crockett <email@hidden>
- Date: Thu, 19 Jul 2007 12:11:21 -0400
Here's a few more.
Don
tell application "Internet Explorer"
set theURL to do script "theU=document.URL;"
end tell
tell application "Firefox"
set theURL to «class curl» of window 1
end tell
tell application "Mozilla"
set theURL to «class curl» of window 1
end tell
tell application "Netscape"
set theURL to «class curl» of window 1
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden