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

549 ℃

<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,我们会在看到邮件的第一时间内为您处理!

HTML5中常用的全局属性有哪些?
php语法中索引数组有哪些赋值方式
vue项目生产环境中使用mock数据(mockjs和vite-plugin-mock)
wordpress如何直接从文章中自动截图
window.history返回参数的基本介绍