<script type="text/javascript"> function width() { document.getElementById("elem").style.width = "100px"; }; window.onload=width; </script> <div style="background:green" id="elem">text</div>