首页 > 其他 > 详细

iframe 自适应高度、宽度

时间:2015-03-11 19:03:26      阅读:177      评论:0      收藏:0      [点我收藏+]

示例:

 <iframe id="zyms" frameborder="0" scrolling="yes" style="width:1000px;" 
onload=" this.height = 0;var fdh = (this.Document ? this.Document.body.scrollHeight : this.contentDocument.body.offsetHeight);
this.height = (fdh > 600 ? fdh : 600);"> </iframe>

 

iframe 自适应高度、宽度

原文:http://www.cnblogs.com/Dylanblogs/p/4330467.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!