弹出模式窗体

function ShowDialogManage(url) {
    window.showModalDialog(url, window,
            'dialog800px;dialogheight:600px;help:0;center:yes;resizable:0;status:0;scroll:yes');
}
原文地址:https://www.cnblogs.com/angells/p/1550032.html