首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

这些js提示是咋回事

2013-07-24 
这些js提示是怎么回事?Unsafe JavaScript attempt to access frame with URL http://www.xxx.com from fra

这些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

热点排行