关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

有关js中"window.location.href"、"location.href"跳转

发布时间:2020-03-10 00:00:00

有关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,假如D中js那样写

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

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

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

假如D网页页面中有form得话,

 

全文连接:https://blog.csdn.net/natian306/article/details/21527369


/template/Home/Zkeys/PC/Static