<iframe frameborder="0" src="http://www.daixiao360.cn/" class="iframe" frameborder="0" id="test" onload="this.height=100" width="762px"  scrolling="no"></iframe>
<script type="text/javascript">
function reinitIframe(){
var iframe = document.getElementById("test");
try{
var bHeight = iframe.contentWindow.document.body.scrollHeight;
var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var height = Math.max(bHeight, dHeight);
iframe.height = height;
console.log(height);
}catch (ex){}
}
window.setInterval("reinitIframe()", 200);
</script>
标签: 调用 自适应
点击这里复制本文地址

以上内容由qqso网站教程网整理呈现.
原文地址:iframe框架调用高度自适应方法发布于2021-06-02 19:36:48。
请务必在转载分享时注明本文地址!如对内容有疑问,请联系我们,谢谢!