代码之家  ›  专栏  ›  技术社区  ›  Kevin Goff

这个javascript错误意味着什么?对location.toString调用方法的权限被拒绝

  •  7
  • Kevin Goff  · 技术社区  · 16 年前

    这个错误刚刚开始在我们的网站上出现。

    对location.toString调用方法的权限被拒绝

    我看到Google的帖子建议这与flash和crossdomain.xml有关。是什么导致了这种情况的发生?如何解决?

    4 回复  |  直到 9 年前
        1
  •  8
  •   vrajs5    9 年前

    <iframe name="foo" src="foo.com/script.js">
    <iframe name="bar" src="bar.com/script.js">
    

    window["foo"].Location.toString Here

        2
  •  2
  •   Julien Chastang    16 年前
        3
  •  0
  •   Kevin Goff    16 年前

    post

    <allow-http-request-headers-from domain="*" headers="*"/>