日期:2014-05-16  浏览次数:20350 次

在使用模态窗口的 showmodaldialog 时,如何在不关闭模态窗口的同时,刷新父页面
在使用模态窗口的   showmodaldialog   时,如何在不关闭模态窗口的同时,刷新父页面

------解决方案--------------------
index.html

<input type=button onclick= "showModalDialog( 'a.html ',window) " value= "open ">

a.html

<input type=button onclick= "dialogArguments.document.write( 'HELLO ') " value= "refresh ">