当前位置: 代码迷 >> PHP >> 这些js提示是咋回事
  详细解决方案

这些js提示是咋回事

热度:627   发布时间:2013-07-24 14:36:29.0
这些js提示是怎么回事?

Unsafe JavaScript attempt to access frame with URL http://www.xxx.com from frame with URL http://my.qzone.qq.com/app/888.html?via=appcenter.info. The frame requesting access set 'document.domain' to 'qq.com', but the frame being accessed did not. Both must set 'document.domain' to the same value to allow access.

------解决方案--------------------
webkit 浏览器 (Safari or Chrome) 固有的错误,参见:
http://stackoverflow.com/questions/7438020/unsafe-javascript-attempt-to-access-frame-with-url
  相关解决方案