使用iframe框架后的页面跳转时目标页面变为iframe的子页面的问题

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用iframe框架后的页面跳转时目标页面变为iframe的子页面的问题相关的知识,希望对你有一定的参考价值。

<frameset rows="4,200,10,*,120" cols="*" framespacing="0" frameborder="no" border="1" >

 

    <frame src=""/>
    <frame src="<%=practiceInfoSrc %>" id="practiceInfo" name="practiceInfo"  noresize />
    <frame src="" scrolling="no"/>
    <frame src="<%=practiceSrc %>" id="prombleInfo" name="prombleInfo"  scrolling="yes" noresize />
    <frame src="<%=practiceAnswerSrc %>" id="answerInfo" name="answerInfo" noresize/> 
  </frameset>

 

总的来说,使用 iframe 时,在子页面中的跳转要十分细心,跳转的目标页面时作为子页面还是作为整个页面。从子页面使整个页面跳转的方法有两个:

(1)在标签中跳转,设置标签的 target 属性为 _parent;
(2)在 js 中使用 window.location.href 跳转,让父页面跟着一起跳转,即在window.location.href=url后面加上window.parent.location.href=url ;

以上是关于使用iframe框架后的页面跳转时目标页面变为iframe的子页面的问题的主要内容,如果未能解决你的问题,请参考以下文章

如果通过点击JS,让新页面在父窗口打开.

超链接跳转嵌套完成iframe框架 页面双头双尾解决办法

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

页面跳转如何进入一个嵌套在Iframe中的页面中?

iframe跳转401报错

使用了框架iframe的页面如何跳出框架