码迷,mamicode.com
首页 > 其他好文 > 详细

iframe 自适应高度、宽度

时间:2015-03-11 19:06:37      阅读:106      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!