码迷,mamicode.com
首页 > Windows程序 > 详细

iframe自适应主窗体高度

时间:2018-04-19 15:00:34      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:src   auto   100%   flow   set   适应   nload   iframe   int   

<iframe src="" frameborder="0" style="overflow-y: auto; overflow-x:hidden;" width=" 100%;" height="100%" id="point_frame" onload="setIframeHeight(this);"></iframe>

  

function setIframeHeight(iframe) {
            if (iframe) {
                iframe.height = document.documentElement.clientHeight - 50;
            }
        };

  

iframe自适应主窗体高度

标签:src   auto   100%   flow   set   适应   nload   iframe   int   

原文地址:https://www.cnblogs.com/JYuAn/p/8882393.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!