JavaScript open in a new window, not tab

Posted by adam on Stack Overflow See other posts from Stack Overflow or by adam
Published on 2009-04-07T17:23:57Z Indexed on 2010/03/12 1:27 UTC
Read the original article Hit count: 211

Filed under:

I have a select box that calls window.open(url) when an item is selected. Firefox will open the page in a new tab by default. However, I would like the page to open in a new window, not a new tab.

How can I accomplish this?

© Stack Overflow or respective owner

Related posts about JavaScript