Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加一个弹出窗口,它是我的主 asp.NET 表单的子窗口。该窗口通过用户选择的下拉列表接受信息。打开此窗口时,焦点将转到此窗口,主窗口将禁用。
使用 showModalDialog 打开弹出窗口。
window.showModalDialog("childpage.aspx", "", "center:yes;resizable:no;dialogHeight:480px;dialogWidth:750px;");
这将使父页面在 IE 中被禁用。