关于js中"window.location.href"、"location.href" 等如何跳转

2020-12-13 13:53

阅读:432

标签:iframe   如何   

关于js中"window.location.href"、"location.href"、"parent.location.href"、"top.location.href"的用法

"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

页面关系如图:

 soscw.com,搜素材  


如果D中js这样写

"window.location.href"、"location.href":D页面跳转

"parent.location.href":C页面跳转

"top.location.href":A页面跳转

如果D页面中有form的话,

: form提交后D页面跳转

: form提交后弹出新页面

: form提交后C页面跳转


本文出自 “bulajunjun” 博客,请务必保留此出处http://5148737.blog.51cto.com/5138737/1568716

关于js中"window.location.href"、"location.href" 等如何跳转

标签:iframe   如何   

原文地址:http://5148737.blog.51cto.com/5138737/1568716


评论


亲,登录后才可以留言!