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刪除。