space line
space line
space line
space line
space line
您现在的位置是: 技术文章>>

iframe高度自动适应

发布日期 2008-11-3 23:37:13
作者 shemily
出处 重用网
浏览次数 ...
今日浏览 ...
本月浏览 ...
我要留言 我要留言
space line
摘要
在iframe页面中添加js代码调整iframe的高度,以实现高度自适应
space line
详细内容

js代码如下:

<script type="text/javascript">

var msgframe = parent.document.getElementById("msgFrame");
msgframe.style.height=(document.body.scrollHeight + 20) + ´px´;
msgframe.height=(document.body.scrollHeight + 20) + ´px´;

</script>

其中“msgFrame”是iframe的id

并且,这段代码是添加在iframe的src的页面中的;

此代码兼容IE6、IE7和Firefox2.0

其它浏览器待测~

 

 

 

space line
我要留言 我要留言    
space line
space line
space line
space line
赞助商提供
space line
space line