好得很程序员自学网

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

iframe动态改变内嵌页面高度_html/css_WEB-ITnose

test.html

        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的详细内容...

  阅读:33次