Heim  >  Artikel  >  Web-Frontend  >  iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose

iframe中的页面来设置该iframe的属性(width, height)_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:09:161284Durchsuche

a.htm是要被嵌套的页面, b.htm中有一个iframe嵌套了a.htm
我想在a.htm中通过js来设置b.htm中的这个iframe的宽度,高度

$(parent.window).width(1000);


由于同源策略,运行遇到错误: permission denied.(不是同一个域名)
请问有什么办法可以在a.htm中设置b.htm中的这个iframe(嵌套a.htm的iframe)?

(因为是想提供一种widget, 所以给用户这样的代码:, 但是我想让代码更少些, 用户的页面(b.htm)我无法使用js, 我能控制的只有a.htm)


回复讨论(解决方案)

跨域就不行了

涉及到跨域。。。不好办。。

http://www.chinaz.com/web/2011/1123/222158.shtml
这个完全能够满足你的要求。

谢谢各位, 学到了很多方法.

但是我没有任何对b.htm的控制权(即不能在b.htm中加入任何js 或 在该目录下创建文件), 我找到的方法都是要在b.htm中加入js来改变iframe的属性

谢谢各位, 学到了很多方法.

但是我没有任何对b.htm的控制权(即不能在b.htm中加入任何js 或 在该目录下创建文件), 我找到的方法都是要在b.htm中加入js来改变iframe的属性
不在b中加入东西,不好办那

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn