프로그래밍/Front (HTML, CSS, JS)

[JavaScript] 페이지 접속 / 종료 실행(onLoad / onUnLoad)

꼬렙 2011. 7. 25. 18:43
728x90
ㅇ 접속



ㅇ 종료

 
ㅇ 소스코드

<HTML>

<HEAD>

<TITLE>onLoad, onUnLoad</TITLE>

</HEAD>


<BODY bgcolor="#ffffff" text="#0000ff" Onload="alert('환영합니다!')"
           OnUnload="alert('안녕히 가시고요, 자주 찾아주세요~')">

<table width="100%" height="99%" border="0">

<tr>

<td align="center">

<img src='cho.jpg'>

</td>

</tr>

</table>

</BODY>


</HTML>