簡體   English   中英

window.opener.location.href 在 IE 6 中不起作用

[英]window.opener.location.href not working in IE 6

window.opener.location.href = newUrl 在 IE 6 中不起作用

我想將我的父 window 從彈出窗口 window 刷新到一些不同的 URL,但上面的 ZDE9B9ED78D7E2E1DCEEFFEE98 代碼不起作用。

請讓我知道任何解決方案或解決方法。

謝謝。

我記得你可以在 IE6 中簡單地使用window.opener.location = newUrl

在執行腳本之前是否將另一個頁面加載到彈出窗口中,如果是這樣,您需要命名父 window 並執行 window.open(url,"parentWindowName")

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM