自动调整IFRAME高度

function iframeAutoFit(iframeObj){
setTimeout(function(){if(!iframeObj) return;iframeObj.height=(iframeObj.Document?iframeObj.Document.body.scrollHeight:iframeObj.contentDocument.body.offsetHeight);},200)
}

posted on 2012-12-26 10:51  西湖浪子  阅读(143)  评论(0)    收藏  举报