Multiple Windows using window.open()

后端 未结 5 1303
無奈伤痛
無奈伤痛 2020-11-29 10:52

So as we all know if you click on a submit button that has embedded in it a onClick(windown.open(...)) this opens a new window with all the lovely attributes yo

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 11:43

    window.open(url, '', 'width=1000, height=500')

    then, you get new popup every time to click popupbutton.

提交回复
热议问题