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


Click here to return to the 'Enhancements' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Enhancements
Authored by: xyz3 on Jan 24, '03 02:44:07PM

Here is my version (Note the ignoring application responses) :

property kAllURL : {"http://www.versiontracker.com/macosx/", "www.macosxhints.com/"} --add more as needed - or read from a text file if you are so inclined

on run
repeat with kURL in kAllURL
ignoring application responses
open location (kURL as string)
end ignoring
end repeat
end run



[ Reply to This | # ]