实现iFrame自适应高度

<iframe id="iFrame1" name="iFrame1" width="100%" onload="this.height=iFrame1.document.body.scrollHeight" frameborder="0" src="index.htm"></iframe>
看到了吧,关键就在于onload="this.height=iFrame1.document.body.scrollHeight"! 
posted @ 2008-11-14 16:00  吾爱乐乐  阅读(313)  评论(0编辑  收藏  举报