Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Open Current Firefox Page in Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Open Current Firefox Page in Safari
Authored by: Toadling on Oct 01, '07 09:39:37AM
The script fails if Safari isn't running or if Safari has no open windows. I use this instead:
tell application "Firefox" to set FirefoxURL to properties of front window as list

tell application "Safari" to open location (item 3 of FirefoxURL)


[ Reply to This | # ]