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 t
window.open(url)
I may be wrong, but from what I understand, this is controlled by the user's browser preferences, and I do not believe that this can be overridden.