ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î

¾Ë¶÷½Ã°è (¼³Á¤µÈ ½Ã°£ÀÌ µÇ¸é °æ°íâÀ¸·Î ¾Ë·ÁÁÝ´Ï´Ù.)
16³â Àü
<HTML>
<HEAD>
    <TITLE>xtx.kr</TITLE>
</head>
<body>

<form name=exf1>
<B>¾Ë¶÷¼³Á¤ :</B>
<input type=text name=h size=2>½Ã  <input type=text name=m size=2> ºÐ <input type=text name=s size=2>ÃÊ
<input type=button name=b onclick=setAlarm() value="Set Alarm"><input type=button name=r onclick=clearAlarm() value="Turn Alarm Off"><BR>
<B>ÇöÀç½Ã°£ :</B>
<input type=text name=ch size=2>½Ã<input type=text name=cm size=2>ºÐ <input type=text name=cs size=2>ÃÊ
</form>

<script>
<!--
var alarmTimer = null;
var alarmSet;
function setAlarm()   { alarmSet = true;  }
function clearAlarm() { alarmSet = false; }
function initAlarm() {
  if (alarmTimer!=null)clearInterval(alarmTimer);
  var nowTime = new Date();
  clearAlarm();
  document.exf1.h.value = nowTime.getHours();
  document.exf1.m.value = nowTime.getMinutes();
  document.exf1.s.value = nowTime.getSeconds();
  alarmTimer=setInterval("countTime()",1000);
}
function matchH() { return (document.exf1.ch.value == document.exf1.h.value); }
function matchM() { return (document.exf1.cm.value == document.exf1.m.value); }
function matchS() { return (document.exf1.cs.value == document.exf1.s.value); }
function countTime() {
  var nowTime = new Date();
  document.exf1.ch.value = nowTime.getHours();
  document.exf1.cm.value = nowTime.getMinutes();
  document.exf1.cs.value = nowTime.getSeconds();
  if (matchH() && matchM() && matchS()) {
    alert("¶Ñ¶Ñ¶Ñ¶Ñ...ÀϾ¼¼¿ä... ");
  }
}
onload=initAlarm;
//-->
</script>

</body>
</html>
ÃßõÃßõ : 394 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
23
PHP ³¯Â¥ Çü½Ä ¹× °è»êÇϱâ(³¯Â¥ ´õÇÏ°í »©±â)
22
PHP ¿¡¼­ ³¯Â¥ Ãâ·ÂÇÒ¶§ »ç¿ëÇÏ´Â ÇÔ¼ö.
21
PHP ³¯Â¥/½Ã°£ Á¤¸®
20
±ò²ûÇÑ À¥¿ë ½Ã°è´Þ·Â
19
°£´ÜÇÑ ´Þ·Â±¸Çö
18
php ³»Àå ¸¸³â´Þ·Â
17
À̹ø´Þ Àϼö ±¸Çϱâ
16
´Þ·Â, ¿ù~ÀÏ(ÀÏ~¿ù) ±¸°£, ¿äÀϼö µî Á¾ÇÕ
15
ƯÁ¤³¯Â¥±îÁö ³²Àº ½Ã°£ ±¸Çϱâ(Ä«¿îÆ®´Ù¿î)
14
°æ¸ÅÁ¾·á½Ã°£
13
³²Àº ½Ã°£±¸Çϱâ
12
date ÇÔ¼ö ÀÌ¿ëÇÑ ¿äÀÏ ±¸Çϱâ
11
javascript timer
10
Å×ÀÌºí ¿·À¸·Î Á¤·ÄÇϱâ inline and block
9
ƯÁ¤ ½Ã°£À̳ª ¿äÀÏ¿¡¸¸ ¸Þ´º¸¦ Ç¥½Ã
8
³¯Â¥ ¼±Åà »õâ¿ë ½ºÅ©¸³Æ® + HTML
7
ÇѲ¨¹ø¿¡ 5°¡Áö ½Ã°£ Ç¥½Ã
¾Ë¶÷½Ã°è (¼³Á¤µÈ ½Ã°£ÀÌ µÇ¸é °æ°íâÀ¸·Î ¾Ë·ÁÁÝ´Ï´Ù.)
5
·ÎÄà ³¯Â¥/½Ã°£À» Çü½ÄÈ­ÇÕ´Ï´Ù.
4
½Ç½Ã°£ Ä«¿îÆ® ´Ù¿î ÇÔ¼ö
3
½Ã°£ : date() ¿É¼Ç Á¤¸®
2
Á¤ÇØÁø ½Ã°£ºÎÅÍ ÁÙ¾îµå´Â ½ºÅ¾¿öÄ¡
1
ÁöÁ¤µÈ ½Ã°£¸¸Å­(ºÐ,ÃÊ) Ä«¿îÆ® ÇÕ´Ï´Ù.
1
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.