首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

iframe 阔高自适应

2012-12-27 
iframe 宽高自适应iframe idcenterMainFrame namecenterMainFrameonloadthis.heightthis.conten

iframe 宽高自适应
<iframe id="centerMainFrame" name="centerMainFrame"
onload="this.height=this.contentWindow.document.documentElement.scrollHeight;this.width=this.contentWindow.document.documentElement.scrollWidth"
scrolling="no" frameborder="no"></iframe>

热点排行