Getting A Firefox Url
Getting A Firefox Url
- Subject: Getting A Firefox Url
- From: revDAVE <email@hidden>
- Date: Wed, 25 Oct 2006 11:29:50 -0700
- Thread-topic: Getting A Firefox Url
Hi Folks,
I'm trying to copy the current (top page) URL and also hopefully the
titlebar info to the clipboard - but now I get the error vURL is not
defined: what am I doing wrong?
----------------------------------------
tell application "Firefox"
activate
try
--How do I get this?
set vTitle to name of window 1
--And how do I get this?
set vURL to Get URL
-- ??? of document 1
end try
end tell
set the clipboard to vURL & " " & vTitle
--
Thanks - RevDave
email@hidden
[db-lists]
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden