window.onload() 이벤트

Js & Css 2009. 3. 16. 12:00 posted by 무명시인
<html xmlns="http://www.w3.org/1999/xhtml" >
<head >
    <title></title>
    <script type="text/javascript" language="javascript">
    function window.onload()
    {
  document.write('window.onload()');
    }
    </script>
</head>
<body>
  
    <div>
   
    </div>
  
</body>
</html>

한마디로..

온로드시 이벤트..