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


Click here to return to the '10.3 Integrate maporama.com maps in Address Book' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3 Integrate maporama.com maps in Address Book
Authored by: Decado on Nov 16, '03 12:14:18PM

i fixed it by deleting

tell application "Safari"
activate
set map_doc to make new document at beginning of documents
set the URL of map_doc to "http://www.maporama.com/share/map.asp"

and replacing it with

tell application "Safari"
activate
open location "http://www.maporama.com/share/map.asp"

it now works everytime and opens the adresses in new tabs



[ Reply to This | # ]
10.3 Integrate maporama.com maps in Address Book
Authored by: timstringer on Nov 16, '03 03:08:56PM

The script combined with the fix works great...except that I still need to press the "Go" button to actually see the map. Is anyone else having this problem?



[ Reply to This | # ]
10.3 Integrate maporama.com maps in Address Book
Authored by: Decado on Nov 17, '03 03:09:42PM

It works for me, but i have to wait about five seconds. that is annoying :)



[ Reply to This | # ]