SEARCH W7R

Friday, August 26, 2011

Multiple Home Pages for Safari Browser

MyInternet Explorer, Firefox, and Google Chrome versions of
 this tutorial for multiple home pages
   I personally do not own a Mac right now, but I have seen an overwhelming amount of people with the same complaint that they miss the Firefox feature of "multiple home pages." Anything is possible with computers. I'm serious. So here is what I found on hints.macworld.com It works, but please use the link to get to the original source which has more information. Thank you! -Brian (W7R)



http://hints.macworld.com/article.php?story=20030414185226343

tell application "Safari"
  activate
  set the URL of document 1 to "http://www.OneSiteGoesHere.com"
  my new_tab()
  set the URL of document 1 to "http://www.AnotherSiteGoesHere.com"
end tell
on new_tab()
  tell application "Safari" to activate
  tell application "System Events"
    tell process "Safari"
      «event prcsclic» «class menI» "New Tab" of «class menE» "File" of «class mbar» 1
    end tell
  end tell
end new_tab


Source: http://hints.macworld.com/article.php?story=20030414185226343
Apr 16, '03 09:36:00AM • Contributed by: skatz13 

You can thank skatz13 for this information. I just wanted to bring it to you.

No comments: