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

510 ℃

<iframe frameborder="0" src="https://ipkd.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>

js如何实现两个iframe之间传值

iframe开发admin后台

js通过attachEvent判断iframe是否加载完成

完美解决el-table设置高度和合计showsummary冲突不显示问题

el-table设置高度后合计showsummary不显示解决方法

标签: iframe, 高度

上面是“iframe框架调用高度自适应方法”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。

当前网址:https://m.ipkd.cn/webs_820.html

声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!

jquery如何获取鼠标滚轮滚动的距离
html5新增的classlist有什么用
基于Vite/TypeScript/Vue3/ElementPlus+TinkPHP6前后端一体框架——Niucloud Admin
中小企业网站推广优化和竞价排名两种公示方式的比较
Python代码优化之如何使用更高效的数据结构