iframe子頁面讓父頁面跳轉


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



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM