看板 Web_Design 關於我們 聯絡資訊
比如有人的網站內有多層的iframe 但是他iframe內瀏覽我的網站 我使用 self.parent.location.replace("http://首頁"); 希望使用者在瀏覽的頁面置換成我的首頁 而不要變成在iframe內顯示 但是我上面的寫法只適用於一層的iframe 便嵌入在多層的iframe內 該如何解決呢? 懇請指教 thx -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.136.211.122
cassatte:if(window!=rop)top.location.href=location.href; 06/12 02:12
cassatte: ^t 06/12 02:12
cassatte:咦我看錯了......反正用 window.top 去抓最上層就對了~ 06/12 02:14
fillmore:之前試過window.top無用,等我試完LPH66的方法在回覆 06/12 03:08