首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

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

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

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

热点排行