当前位置: 代码迷 >> Web前端 >> 在模态窗口中提交后,怎么关闭窗口再刷新父页面
  详细解决方案

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

热度:69   发布时间:2012-09-04 14:19:30.0
在模态窗口中提交后,如何关闭窗口再刷新父页面
1.dialogArguments.location.assign(dialogArguments.location.href);
2.dialogArguments.location.reload(true);
3.window.open:<a   href='JavaScript:window.opener.location.reload();window.close();'>
  相关解决方案