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


Click here to return to the 'Re: "open location"' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re: "open location"
Authored by: nicksay on Dec 18, '04 07:10:24PM
I could not get the open location command to work on its own. I tried both calling it directly (without any tell blocks) and putting it in a separate function and passing the url to that function — neither worked. What did work, however, was to tell System Events to open the url:
tell application "System Events" to open location theURL
Because the open location command usually works without any tell blocks, I figure one explanation might be that Address Boook is intercepting the command.

[ Reply to This | # ]