日期:2014-05-17 浏览次数:20489 次
//a .aspx var result = window.showModalDialog('b.aspx'); if(result !="") { document.getElelement('txtReturn').Value = result; } //b.aspx window.returnValue = "测试"; window.close();
------解决方案--------------------
用js去实现吧,具体你百度一下 window,showModalDialog和returnValue的用法吧,好多例子