jsp 刷新父页面

时间:2014-12-29 08:16:30
【文件属性】:
文件名称:jsp 刷新父页面
文件大小:1KB
文件格式:JSP
更新时间:2014-12-29 08:16:30
JS JSP 刷新父界面 用iframe、弹出子页面刷新父页面 iframe parent.location.reload(); 弹出子页面 window.opener.location.reload(); 子窗口刷新父窗口 self.window.opener.locaction.reload(); 刷新一open()方法打开的窗口 window.opener.location.href = window.opener.location.href 刷新以winodw.showModelDialog()方法打开的窗口 window.parent.dialogArguments.document.execCommand('Refresh'); 或 Response.Write(""); 刷新本页Response.Write(""); 刷新父页和本页面: Response.Write("");

网友评论

  • 还算不错吧,不过方法有很多的
  • 我用在刷新一棵dtree树上,效果已达到谢谢
  • 方法很全,学习一下