iframe自适应内容并自动调整的js方法

xiaoxiao2021-02-28  75

<script language="javascript"> function iframeLoad() { document.getElementById("iframe").height=0; document.getElementById("iframe").height=document.getElementById("iframe").contentWindow.document.body.scrollHeight; } </script> <iframe id="iframe" frameborder="0" src="index.html" onload="iframeLoad()" height="100%" width="100%" name="iframe"></iframe>
转载请注明原文地址: https://www.6miu.com/read-2622009.html

最新回复(0)