解决iframe重定向让父级页面跳转

Posted wcn123456

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决iframe重定向让父级页面跳转相关的知识,希望对你有一定的参考价值。

原文:http://www.jb51.net/article/40583.htm

有内嵌iframe的页面,当session过期时,点击连接重定向后的跳转会在iframe中跳转,在登录页面中加入下面的代码,就会在最外层页面跳转

原文:http://www.cnblogs.com/JemBai/archive/2011/10/09/2203429.html

<script language="javascript"> 

if (window != top) 

top.location.href = location.href; 

</script>

 

原文:http://blog.csdn.net/kakaxid/article/details/52624988

window.location.href、location.href   是本页面跳转

parent.location.href    是上一层页面跳转

top.location.href     是最外层的页面跳转

 

html5页面嵌套iframe子页面,在ios微信里打开长按识别不了二维码,原因是iframe子页面,重定向让父级页面执行事件就可以了

以上是关于解决iframe重定向让父级页面跳转的主要内容,如果未能解决你的问题,请参考以下文章

JSP中解决session超时跳转到登陆页面并跳出iframe框架或局部区域的方法

标签页是iframe的,在此页面跳转其他页面问题

iframe框架刷新问题返回初始化页面

从 iframe 跳转到父级顶部 - 跨域

iframe中页面跳转的问题

页面跳转与重定向