I have a select box that calls window.open(url)
when an item is selected.
(我有一个选择框,当选择一个项目时,它会调用window.open(url)
。)
(Firefox默认会在新标签页中打开页面。)
However, I would like the page to open in a new window, not a new tab.(但是,我希望页面在新窗口中打开,而不是在新标签页中打开。)
How can I accomplish this?
(我该怎么做?)
ask by adam translate from so