2014-01-30 85 views
6

我有一個嵌入在iframe中的頁面,從該頁面打開一個彈出窗口,並嘗試從彈出窗口訪問opener對象中的文檔,在JS控制檯中獲取以下錯誤。無法訪問Chrome中的opener文檔

Uncaught SecurityError: Blocked a frame with origin https://<domain> from accessing a frame with origin "swappedout://". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "swappedout". Protocols must match.

PS:這是一些在Chrome版本

感謝提前做工精細。

回答

0

我想,你應該確定那個彈出窗口的開啓窗口是什麼。它是從哪裏打開新彈出窗口的iframe?或原始頁面。

然後您可以使用js來獲取文檔作爲此答案的thread

相關問題