<html>
<head>
<title>Event Test</title>
<script language='JavaScript'>
var c=0; var t; var timer_is_on=0
function checkContent()
{
function displaymessage()
{
function writeText(txt)
{
function timedCount()
{
</script>
</head>
onfocus="document.bgColor='white'" onblur="document.bgColor='yellow'">
<h2>테스트 페이지입니다.</h2>
<form>
<b>내 용:</b>
<input type="text" size="30" id="email" onchange="checkContent()" alt="내용 변화 감지"><br>
<input type="button" value="메세지 출력" onclick="displaymessage()"><br>
" <head>
<title>Event Test</title>
<script language='JavaScript'>
var c=0; var t; var timer_is_on=0
function checkContent()
{
alert("Content is changed.");
}function displaymessage()
{
alert("Hello World!");
}function writeText(txt)
{
document.getElementById("contents").innerHTML=txt;
}function timedCount()
{
document.getElementById('txt').value=c;
c++;
if(c < 60){
t=setTimeout("timedCount()",1000);//1초마다..
}
}c++;
if(c < 60){
t=setTimeout("timedCount()",1000);//1초마다..
}
</script>
</head>
onfocus="document.bgColor='white'" onblur="document.bgColor='yellow'">
<h2>테스트 페이지입니다.</h2>
<form>
<b>내 용:</b>
<input type="text" size="30" id="email" onchange="checkContent()" alt="내용 변화 감지"><br>
<input type="button" value="메세지 출력" onclick="displaymessage()"><br>
onmousedown="alert('사자자리 유성우');" onmouseup="alert('마우스 누르기 해제');" alt="마우스 누르고 때는 거 확인">