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


Click here to return to the 'Force 'new window' links to open in new tabs in Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Force 'new window' links to open in new tabs in Safari
Authored by: cooker47 on May 27, '10 05:09:09AM

I replied to this a few days ago - not sure what happened to that - maybe it's case of "Note: New users' comments are held for human review to prevent comment spam."

I'm using Safari Version 4.0.5 (4531.22.7) on OSX 10.4.11 PPC.

My two workarounds are:

1) Applescript:

tell application "Safari"
     make new document with properties {URL:""}
end tell

2) Make a new bookmark in your tool bar and have it do Javascript s.t. like this:

javascript:function%20load()%20{var%20load%20=%20window.open('','','scrollbars=yes,menubar=yes,height=1024,width=1024,resizable=yes,toolbar=yes,location=yes,status=yes');}load()

Regards.



[ Reply to This | # ]