<div class="codetitle"> <span><a style="CURSOR: pointer" data="22578" class="copybut" id="copybut22578" onclick="doCopy('code22578')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code22578"> <br> <br><script type="text/javascript"> <BR>function setHeight() { <BR>var PageHeight=$("oPage").scrollHeight <BR>var MaxHeight=507 <br><br>if(PageHeight>MaxHeight) <BR>{ <BR>$("oPageMain").style.height=$("oPage").scrollHeight + 40 +"px" <BR>$("oRight").style.height=$("oPage").scrollHeight + 120 +"px" <BR>$("oMain").style.height=$("oPage").scrollHeight + 211 +"px" <BR>} <BR>} <BR></script> <br> </div> <br><br>