摘要:
1、打开弹出窗口时把 window 作为第二个参数传入。var result = window.showModalDialog(url, window, "dialogWidth=" + width + "px;dialogHeight=" + height + "px;resizable:yes;")if (typeof (result) == 'undefined') { result = window.ReturnValue; } return result;2、在弹出窗口中,执行如下JS,以接收传入的windo 阅读全文