본문 바로가기
개발자의 삶/Web(html, script, css) 기초

onload

by 나.R.D.(Rule Destoryer) 2014. 9. 3.

<html>

<head>

<script type="text/javascript">

(window).ready()

(document).ready()

window.onload=function() {}

</script>

</head>

<body onload="">

</body>

</html>



반응형

'개발자의 삶 > Web(html, script, css) 기초' 카테고리의 다른 글

[sciprt] form 가져오기  (0) 2014.11.21
[script] 브라우저 체크  (0) 2014.10.06
팝업 url 변경하기  (0) 2014.09.25
event.preventDefault()  (0) 2014.09.23
Elements 선언 규칙  (0) 2014.09.22
typeof undefined  (0) 2014.09.15
jQuery 와 prototype 충돌  (0) 2014.09.05
웹표준을 지키자 ! script 사용.  (0) 2014.08.29

댓글