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

在模态窗口中提交后,怎么关闭窗口再刷新父页面

2012-09-04 
在模态窗口中提交后,如何关闭窗口再刷新父页面1.dialogArguments.location.assign(dialogArguments.locati

在模态窗口中提交后,如何关闭窗口再刷新父页面
1.dialogArguments.location.assign(dialogArguments.location.href);
2.dialogArguments.location.reload(true);
3.window.open:<a   href='JavaScript:window.opener.location.reload();window.close();'>

热点排行