怎样使得iframe自适应嵌套的页面的高度?
在嵌入的页面的onload事件中调用如下代码:
parent.document.all(self.name).height=document.body.scrollHeight;
禁止网页缓存,设置expires=0.在主页及嵌入页中加入如下内容:
主页面内容:
ifame自动高度
嵌入页面embed.htm内容:
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 |
本文共 830 字,大约阅读时间需要 2 分钟。
parent.document.all(self.name).height=document.body.scrollHeight;
主页面内容:
ifame自动高度
嵌入页面embed.htm内容:
1 | ||
2 | ||
3 | ||
4 | ||
5 | ||
6 | ||
7 | ||
8 | ||
9 |
转载于:https://www.cnblogs.com/phpcode/archive/2012/04/05/2522736.html