在使用模态窗口的 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 ">