iframe内部跳转让父级页面跳转

前言:

       在使用iframe的时候,会出现跳转一直在iframe里面的情况,很多时候我们需要跳出iframe然后去他的父级跳转,这种情况下应该怎么做呢,我们在这里说一说它的方法.

首先是我们正常的跳转:(在iframe不行,内部来跳,类型a标签的href

window.location.href

其次:我们来说下iframe,父级跳转方法:

parent.location.href

最后:我们说下最外层跳转方法:

top.location.href
发布了9 篇原创文章 · 获赞 7 · 访问量 450

猜你喜欢

转载自blog.csdn.net/weixin_44727080/article/details/104600622
今日推荐