iframe高度自适应的6个方法-前端开发博客
function iframeAutoFit(iframeObj){ setTimeout(function(){if(!iframeObj) return;iframeObj.height=(iframeObj.Document?iframeObj.Document.body.scrollHeight:ifram...
总结iframe高度自适应,自适应子页面高度 - 事理 - 博客园
bHeight = iframe.contentWindow.document.body.scrollHeight; var dHeight = 0; if (isFireFox == true) dHeight = iframe.contentWindow.document.documentEleme...
iframe高度自适应的问题_百度知道
一句话就搞定了,我一般这样写 <iframe id="iFrame1" name="iFrame1" width="100%" onload="this.height=iFrame1.document.body.scrollHeight" frameborder="0...更多关于关于iframe和scrollHeight的问题>>