源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

Iframe自适应高度绝对好使的代码 兼容IE,遨游,火狐

  • 时间:2022-06-18 08:06 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:Iframe自适应高度绝对好使的代码 兼容IE,遨游,火狐
[u]复制代码[/u] 代码如下:
<script type="text/javascript"> function reinitIframe(){ var iframe = document.getElementById("mainFrame"); try{ var bHeight = iframe.contentWindow.document.body.scrollHeight; var dHeight = iframe.contentWindow.document.documentElement.scrollHeight; var height = Math.max(bHeight, dHeight); iframe.height = height; }catch (ex){} } window.setInterval("reinitIframe()", 200); </script>
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部