使两个iframe的高度与内容自适应,且相等
更新时间:2006年11月20日 00:00:00 作者:
<div class="TxtBox">
<iframe frameborder="0" scrolling="no" name="news1" id="news1" onload="if(document.frames['news1'].document.body.scrollHeight>document.frames['news2'].document.body.scrollHeight) document.all.news1.height=document.frames['news1'].document.body.scrollHeight;if(document.frames['news1'].document.body.scrollHeight<=document.frames['news2'].document.body.scrollHeight) document.all.news1.height=document.frames['news2'].document.body.scrollHeight;" src="https://www.jb51.net" width="100%"></iframe>
</div>
<div class="TxtBox">
<iframe frameborder="0" scrolling="no" name="news2" id="news2" onload="if(document.frames['news1'].document.body.scrollHeight>document.frames['news2'].document.body.scrollHeight) document.all.news2.height=document.frames['news1'].document.body.scrollHeight;if(document.frames['news1'].document.body.scrollHeight<=document.frames['news2'].document.body.scrollHeight) document.all.news2.height=document.frames['news2'].document.body.scrollHeight;" src="https://www.jb51.net/index_1.htm" width="100%"></iframe>
</div>
jb51提醒啊,多浏览期兼容需要注意些地方,不要用document.all用兼容好的,
<iframe frameborder="0" scrolling="no" name="news1" id="news1" onload="if(document.frames['news1'].document.body.scrollHeight>document.frames['news2'].document.body.scrollHeight) document.all.news1.height=document.frames['news1'].document.body.scrollHeight;if(document.frames['news1'].document.body.scrollHeight<=document.frames['news2'].document.body.scrollHeight) document.all.news1.height=document.frames['news2'].document.body.scrollHeight;" src="https://www.jb51.net" width="100%"></iframe>
</div>
<div class="TxtBox">
<iframe frameborder="0" scrolling="no" name="news2" id="news2" onload="if(document.frames['news1'].document.body.scrollHeight>document.frames['news2'].document.body.scrollHeight) document.all.news2.height=document.frames['news1'].document.body.scrollHeight;if(document.frames['news1'].document.body.scrollHeight<=document.frames['news2'].document.body.scrollHeight) document.all.news2.height=document.frames['news2'].document.body.scrollHeight;" src="https://www.jb51.net/index_1.htm" width="100%"></iframe>
</div>
jb51提醒啊,多浏览期兼容需要注意些地方,不要用document.all用兼容好的,
相关文章
BootStrap Table后台分页时前台删除最后一页所有数据refresh刷新后无数据问题
这篇文章主要介绍了BootStrap Table后台分页时前台删除最后一页所有数据refresh刷新后无数据问题,需要的朋友可以参考下2016-12-12


最新评论