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)
You might try following function:
The HTML code for execution:
google search