Target='_blank' to show in new window, NOT new tab, possible?

后端 未结 9 1158
逝去的感伤
逝去的感伤 2020-11-27 17:25

How can I do this?

In firefox the link opens in a new tab... I don\'t want users to have to set settings of their browsers for this...

I want a pop-up to app

9条回答
  •  失恋的感觉
    2020-11-27 18:05

    This is working fine

    window.open(yoururl, "Popup", "location,status,scrollbars,resizable,width=800, height=800");
    

    For all parameters see window.open

提交回复
热议问题