`
newpeter
  • 浏览: 38675 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
文章分类
社区版块
存档分类
最新评论

iframe通过js自动调节高度

阅读更多

<script type="text/javascript">
function autoResize()
{
    try
    {
        document.all["content"].style.height = content.document.body.scrollHeight;
    }
    catch(e){

    }
}
</script> 
        <iframe id="content" name="content" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"style="width:100%;aho:expression(autoResize())"></iframe>
   

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics