window.opener在IE8-9中不起作用

时间:2013-01-28 07:29:49

标签: javascript window.opener showmodaldialog

我遵循了这篇文章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');

它给了我以下错误:

Script Error

请帮忙。

1 个答案:

答案 0 :(得分:0)

您可以尝试使用此代码

window.showModalDialog(child.html,'','unadorned:yes;resizable:1;
dialogHeight:170px;dialogwidth:550px;scroll:yes;status=yes');