parent页面
<div> <iframe src="child.html"></iframe> </div>
child页面
里面有一个按钮,点击跳转页面,如果直接写location.href ='',还是在iframe中
如果跳转的页面不想在iframe中,可以加一个parent
<p class="clickGoTotalhtml" onclick="parent.location.href='welcome_total.html'">统计数据</p>
parent页面
<div> <iframe src="child.html"></iframe> </div>
child页面
里面有一个按钮,点击跳转页面,如果直接写location.href ='',还是在iframe中
如果跳转的页面不想在iframe中,可以加一个parent
<p class="clickGoTotalhtml" onclick="parent.location.href='welcome_total.html'">统计数据</p>
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。