Paul,<br><br>Thanks.&nbsp; I forgot that a newer (I think) option in Firefox allows you to select that new windows requested by a page open in tabs. That's good enough for me, because I'm mainly interested in this for my own use. I want a page of my personal bookmarks which automatically sorts by frequency of use. I did this a while back using Javascript and cookies, and it worked well. However, a system which would allow me to just click and not have to CTRL + click or right-click then &quot;open in new tab&quot; would be welcome. I think I can do it in the way you mentioned.
<br><br>Also, I'm going to change it to something PHP based so I can use the same one for home and work, and have the same sorting. Not to mention not having to have a JavaScript array of URLs in my source. ;o)<br><br>Shawn
<br><br><br><br><div><span class="gmail_quote">On 2/17/06, <b class="gmail_sendername">Paul Novitski</b> &lt;<a href="mailto:paul@novitskisoftware.com">paul@novitskisoftware.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
At 03:19 AM 2/17/2006, Shawn Milo wrote:<br>&gt;To anyone's knowledge, is there any JS yet which can open a URL in a new tab?<br><br><br>I've looked for an answer to this, too, but as far as I've been able<br>to discover, 
window.open() is the only way to do it.&nbsp;&nbsp;Whether this<br>opens a new browser window or a new tab is controlled by user<br>settings within Firefox.&nbsp;&nbsp;As I understand it, this evidences a very<br>conscious design philosophy common in the web standards community
<br>which suggests, for example, that we developers not attempt to<br>override the user's tab/window settings but to allow the user to<br>control that level of usability.<br><br>A couple of links on the new tab/new window technology:
<br><br>Open external links in new windows or tabs<br><a href="http://www.mozilla.org/support/firefox/tips#beh_reuse">http://www.mozilla.org/support/firefox/tips#beh_reuse</a><br><br>Firefox hacks: Tip 1: Modify tabbed browsing
<br><a href="http://reviews.cnet.com/4520-10165_7-6212515-1.html">http://reviews.cnet.com/4520-10165_7-6212515-1.html</a><br><br>I got 910,000 hits by googling<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; firefox javascript open new tab<br><br>Cheers,<br>
Paul<br><br>_______________________________________________<br>Javascript mailing list<br><a href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a><br><a href="https://lists.LaTech.edu/mailman/listinfo/javascript">
https://lists.LaTech.edu/mailman/listinfo/javascript</a><br></blockquote></div><br>