例如:
<iframe src="http://blog.sina.com.cn/" width="100%" height="100%" frameborder="0" scrolling="no" id="Administration_frame" ></iframe>
<iframe src="http://www.xxx.com/" width="100%" height="100%" frameborder="0" scrolling="no" id="Administration_frame" ></iframe>
http://blog.sina.com.cn/ 为例子 报以下错误
Uncaught DOMException: Blocked a frame with origin "http://localhost:24134" from accessing a cross-origin frame.
at setIframeHeight (http://localhost:24134/Administration.html:22:30)
at HTMLIFrameElement.onload (http://localhost:24134/Administration.html:37:159)
iframe跨域有什麼問題..
报错
Uncaught DOMException: Blocked a frame with origin "http://localhost:24134" from accessing a cross-origin frame.
at setIframeHeight (http://localhost:24134/Administration.html:22:30)
at HTMLIFrameElement.onload (http://localhost:24134/Administration.html:37:159)
是js操作跨域iframe怎么解决.
没法解决.js就是不能跨域
document.domain = 'example.com'
加上这句就可以了,保持一致。
不行,加载哪里?
加在哪里
@妖狐鬼魅: 自定义个js段落,然后声明下。
@CaiYongji: 没听懂,什么意思?
用过jsonp跨域,没用过iframe ,不过好像也可以