好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

iframe高度自适应_html/css_WEB-ITnose



function reinitIframe(){
var iframe = document.getElementById("win");
try{
var bHeight = iframe.contentWindow.document.body.scrollHeight;
var dHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var height = Math.max(bHeight, dHeight);
iframe.height = height;
}catch (ex){}
}
window.setInterval("reinitIframe()", 200);

查看更多关于iframe高度自适应_html/css_WEB-ITnose的详细内容...

  阅读:32次