<div class="codetitle"> <span><a style="CURSOR: pointer" data="33228" class="copybut" id="copybut33228" onclick="doCopy('code33228')"><u>复制代码</u></a></span> 代码如下:</div> <div class="codebody" id="code33228"> <br>function setheight() <br> { <br> var div=document.getElementById("event_basicInfo"); <br> //div.style.width="40%"; <br> div.style.height=400; <br> div.style.overflow="auto"; <br> } <br> window.onload=setheight; <br> </div>