Permission denied to access property 'XXX'

Language Message
英文 Permission denied to access property 'XXX'
Permission denied to call method XXX
Permission denied for to call method XXX
<XXX.YYY.ZZZ> *¾n document.domain à³CP <XXX.YYY.ZZZ> (ýp Location.toStringdocument.domain=<XXX.YYY.ZZZ>

跨域访问资源,常见的是访问不同域的框架页 (frame,iframe)。

同主域的系统,可以通过设置为同一主域达到同源:document.domain = "example.com";

案例

异常字段
Message Permission denied to call method Location.toString
URL https://www.example.com/index.htm
File (空)
Line 0

相关异常

延伸阅读

讨论

comments powered by Disqus
Fork me on GitHub