New Document function TuneHeight(){ var h = document.getElementById("leftmenu").contentWindow.document.body.scrollHeight + "px"; document.getElementById("frametitle").style.height=h; } window.onload=TuneHeight;
nest.html
New Document function test(){ document.write(" ---------------------------------- "); window.parent.TuneHeight(); } setInterval(test,1000);
查看更多关于iframe动态改变内嵌页面高度_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did105921