<script type="text/javascript">
<!--
function openAlert(){
alert("HI! TOKIGUI!");
}
// -->
</script>

<input type="button" onclick="setTimeout('openAlert()',5000)">
클릭후 5초후 경고창이 실행 (1000 = 1초)

Posted by 달팽이맛나
,