标签:func doc The frame dex document function window load
<iframe src="index.html" width="100%" name="" id="myiframe" scrolling="no" onload="changeFrameHeight()" frameborder="0"></iframe>
function changeFrameHeight(){ var ifm= document.getElementById("myiframe"); ifm.height=document.documentElement.clientHeight; } window.onresize=function(){ changeFrameHeight(); }
标签:func doc The frame dex document function window load
原文地址:https://www.cnblogs.com/creatP/p/10119642.html