我遵循了这篇文章Pass value from child window to parent window。
它在Firefox和Chrome中运行良好,但在IE8和IE9中出错。
打开我正在使用的子页面:
window.showModalDialog('child.html','','width=550,height=170,left=150,top=200,toolbar=1,status=1,scrollbars=yes');
它给了我以下错误:
请帮忙。
答案 0 :(得分:0)
您可以尝试使用此代码
window.showModalDialog(child.html,'','unadorned:yes;resizable:1;
dialogHeight:170px;dialogwidth:550px;scroll:yes;status=yes');