<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> } <br> window.onload=setheight;</div>