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


Click here to return to the 'Create a Safari dictionary button' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a Safari dictionary button
Authored by: Anonymous on Jul 22, '03 11:19:41PM

I doubt that you can do that; HTML doesn't know about Safari tabs. You could, however, open in a new window:

javascript:q=escape(getSelection());if(!q)%7Bvoid(q=prompt('Search%20Everything%20for%20what?',''))%7D;
if(q)window.open('http://www.everything2.com/?node='+escape(q))

Basically, substitute window.open for location.href.



[ Reply to This | # ]