<iframe src="/proInfo.do?method=sitList" id="ifr" onload="iframeFitHeight(this)" frameborder="0" width="100%" scrolling="no" ></iframe>
<script>
function iframeFitHeight(oIframe)
{//Iframe窗口自适应高度 兼容IE6.0 FF2.0以上
try
{
var oWin = oIframe.name ? window.frames[oIframe.name] : oIframe.contentWindow;
oIframe.style.height = oWin.document.body.scrollHeight + "px";
}
catch(e){}
}
</script>
iframe自适应高度
最新推荐文章于 2023-07-24 10:17:29 发布