Junky's IT Notebook

统计

留言簿(8)

积分与排名

WebSphere Studio

阅读排行榜

评论排行榜

iframe高度自动调整

<iframe src="default.ASP"  style="width: 100% ; border: 0px" frameborder=0 scrolling=yes name=right onload="init()" border="0"></iframe>
<script>
var lastHeight;
function init() {
    autojudge();
    lastHeight= right.document.body.scrollHeight;
    setInterval(function(){
        if(right.document.body.scrollHeight!=lastHeight) {
            autojudge();
            lastHeight= right.document.body.scrollHeight;
            }
        },1);
}
function autojudge(){
    document.all('right').height=right.document.body.scrollHeight + 20;
    }
</script>

posted on 2006-10-27 12:03 junky 阅读(2311) 评论(0)  编辑  收藏 所属分类: web


只有注册用户登录后才能发表评论。


网站导航: