window.open(url, windowname, opts) opens in new tab instead of new window in Firefox

后端 未结 2 1979
一生所求
一生所求 2021-01-14 03:59

Seems that (try at jsfiddle)

window.open(\'http://www.google.com/\', window_name, \'width=400,height=320\');

completely stops opening new w

2条回答
  •  不知归路
    2021-01-14 04:15

    From Mozilla: https://developer.mozilla.org/en/DOM/window.open#section_31

    and here:

    http://www.gtalbot.org/FirefoxSection/Popup/PopupAndFirefox.html

提交回复
热议问题