작별 메시지 띄우기
로빈아빠
본문
<html><head>
<script language="JavaScript">
<!--
function Bye() {
alert("\n오늘 하루두 좋은 하루 되세요");
}
// -->
</script>
</head>
<body onUnload="Bye()">
</body></html>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=76
<script language="JavaScript">
<!--
function Bye() {
alert("\n오늘 하루두 좋은 하루 되세요");
}
// -->
</script>
</head>
<body onUnload="Bye()">
</body></html>
출처 : http://qdata.co.kr/bo/bbs/board.php?bo_table=jt&wr_id=76
관련링크
댓글목록
등록된 댓글이 없습니다.