六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 23|回复: 0

iframe自适应高度

[复制链接]

升级  66.67%

42

主题

42

主题

42

主题

秀才

Rank: 2

积分
150
 楼主| 发表于 2013-1-29 08:38:47 | 显示全部楼层 |阅读模式
    js
 
//ifame自适应高度,被包含的页面,内部有影响页面长度的要在页面中完成操作好再次调用这个方法。如:parent.iFrameHeight();        function iFrameHeight() {            //set current page title             document.title=(document.getElementById('mainFrame').contentWindow.document.title);            var ifm = document.getElementById("mainFrame");            var subWeb = document.frames ? document.frames["mainFrame"].document : ifm.contentDocument;            if (ifm != null && subWeb != null) {                ifm.height = subWeb.body.scrollHeight;            }        }  
 
    iframe中加入
 
 
id='mainFrame' name='mainFrame'onLoad='iFrameHeight()' 
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表