tag:blogger.com,1999:blog-7133136.post5854464145895976461..comments2008-03-02T12:18:11.029-05:00Comments on Thoughts and Ramblings: How To: Re-open Closed Tabs in Camino & Safari wit...Darren Mahaffyhttp://www.blogger.com/profile/03703005345579411495noreply@blogger.comBlogger1125tag:blogger.com,1999:blog-7133136.post-541996211885277312008-03-02T12:18:00.000-05:002008-03-02T12:18:00.000-05:002008-03-02T12:18:00.000-05:00Here's how to have a combined script that either s...Here's how to have a combined script that either stores or reads to a property list. Enjoy! -- SALtell application "Safari" activate display dialog "Save the current URL or retrieve the stored URL?" buttons {"Cancel", "Save", "Retrieve"} default button 1 if the button returned of the result is "save" then set write_URL to true try set this_URL to the URL of document 1 on error display Anonymousnoreply@blogger.com