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


Click here to return to the 'Map Address Book addresses via Google Maps' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Map Address Book addresses via Google Maps
Authored by: essdub on Feb 24, '05 10:12:01PM
If you do it this way, a script will use the default browser:
tell application "Dock" to open location theURL
where theURL is set the the URL you want to open. So the script will work whether a user's preference is set to Safari, Firefox or whatever. Of course, the web page returned needs to be compatible with the browser or it won't display properly, but that's not the script's fault. I've used this technique in my scripts for accessing the Multimap and WhereIs map services.

[ Reply to This | # ]