Forum Moderators: travelin cat

Message Too Old, No Replies

Bookmarklets & Safari

How to open in new tab

         

aaronjf

6:04 pm on Feb 21, 2004 (gmt 0)

10+ Year Member



I have this bookmarklet for validating open pages through the W3C, but it opens in a new window. Anyone know if there is a java script compand to open a new tab instead of a new window in Safari?

Here is the code:

javascript:void(window.open('http://validator.w3.org/check?uri='+window.location.href))

jonknee

10:24 pm on Feb 22, 2004 (gmt 0)

10+ Year Member



Don't think so... Javascript doesn't cover Safari specific things.