当前位置: 技术问答>java相关
各位高手请帮忙,如果我在框架网页中弹出一个新的窗口,在新窗口中执行一定的操作后,怎样让框架网页自动刷新?
来源: 互联网 发布时间:2017-03-11
本文导语: 如果我在框架网页中弹出一个新的窗口,在新窗口中执行一定的操作后,怎样让框架网页自动刷新? | 在弹出窗口里使用javascript opener.top.location.reload(); | window.parent.opener.location.href="/tech-qa-java/_.html"; or w...
如果我在框架网页中弹出一个新的窗口,在新窗口中执行一定的操作后,怎样让框架网页自动刷新?
|
在弹出窗口里使用javascript
opener.top.location.reload();
opener.top.location.reload();
|
window.parent.opener.location.href="/tech-qa-java/_.html";
or
window.parent.opener.location.reload();
or
window.parent.opener.location.reload();
|
parent.location.href="/tech-qa-java/_.html";
或
response.sendRedirect("*.jsp");
或
response.sendRedirect("*.jsp");
|
opener.location.href="/tech-qa-java/_.html";
或者
opener.location.reload();