Javascript to open popup window and disable parent window

后端 未结 5 1223
执笔经年
执笔经年 2020-11-28 08:21

I want to open a popup window and disable the parent window. Below is the code that I am using;

function popup()
{

    popupWindow = window.open(\'child_pag         


        
5条回答
  •  遥遥无期
    2020-11-28 08:38

    The key term is modal-dialog.

    As such there is no built in modal-dialog offered.

    But you can use many others available e.g. this

提交回复
热议问题