首页 > 网站 > 帮助中心 > 正文

iframe框架调用高度自适应方法

2024-07-09 23:01:21
字体:
来源:转载
供稿:网友
<iframe frameborder="0" src="http://www.vevb.com/" 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>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表