JavaScript open in a new window, not tab
2022-08-29 23:30:54
I have a select box that calls 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. window.open(url)
How can I accomplish this?