读书人

iframe 阔高自适应

发布时间: 2012-12-27 10:17:10 作者: rapoo

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>

读书人网 >编程

热点推荐