Nothing can stop us now

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
1 autoHeight();
2 function autoHeight(){
3     var tag=document.getElementById('iframe');
4     if(tag && tag.clientHeight < tag.contentWindow.document.body.scrollHeight){
5         tag.style.height = tag.contentWindow.document.body.scrollHeight + 'px';
6     }
7     setTimeout("autoHeight()", 10);
8 }

 

posted on 2013-03-21 06:47  Bruce Tang  阅读(186)  评论(0编辑  收藏  举报