注册 | 登录 |
地方论坛门户及新闻和人才网址大全

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

时间:2021-07-21人气:-


<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>

上篇:帝国cms模板里灵动标签调用前面几个样式不同

下篇:帝国cms列表页跳转到内容页的列表模板代码