window.location.href跳转问题2
2020-12-13 04:14
阅读:549
"window.location.href"、"location.href"是本页面跳转
"parent.location.href"是上一层页面跳转
"top.location.href"是最外层的页面跳转
举例说明:
如果A,B,C,D都是jsp,D是C的iframe,C是B的iframe,B是A的iframe,如果D中js这样写
"window.location.href"、"location.href":D页面跳转
"parent.location.href":C页面跳转
"top.location.href":A页面跳转
如果D页面中有form的话,
关于页面刷新,D 页面中这样写:
"parent.location.reload();": C页面刷新 (当然,也可以使用子窗口的 opener 对象来获得父窗口的对象:window.opener.document.location.reload(); )
"top.location.reload();": A页面刷新
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:window.location.href跳转问题2
文章链接:http://soscw.com/index.php/essay/29192.html
文章标题:window.location.href跳转问题2
文章链接:http://soscw.com/index.php/essay/29192.html
评论
亲,登录后才可以留言!