摘要: 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 阅读全文
posted @ 2011-07-29 17:19 David.Yang 阅读(7688) 评论(2) 推荐(3) 编辑