¥ê¥¢¥ë¥¿¥¤¥à»þ·×¤Î¡¢¥ê¥»¥Ã¥ÈÉÕ¤¤Ç¤¹¡£
»þ·×¤ò»ß¤á¤ëµ¡Ç½ÉÕ¤¤Ç¤¹¡£
¡¦¥µ¥ó¥×¥ë¤ò¸«¤ë
¡¦¥½¡¼¥¹¤òÊݸ¤¹¤ë ¡Ê±¦¥¯¥ê¥Ã¥¯¢ª¡ÖÂоݤò¥Õ¥¡¥¤¥ë¤ËÊݸ¡×or¡Ö¥ê¥ó¥¯¤ò̾Á°¤òÉÕ¤±¤ÆÊݸ¡×¤·¤Æ²¼¤µ¤¤¡£¡Ë
¡¦¥½¡¼¥¹¤ò¸«¤ë ¡¦²òÀâ¤ò¸«¤ë
[ ¥½¡¼¥¹ ]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<script language="JavaScript">
<!--//Copyright (C) WEST MiRa http://www.west-mira.jp
han=0;
function tokei()
{
if(han == 0)
{
a=new Date();
b=a.getMinutes();
c=a.getSeconds();
d=a.getHours();
e=0;
if(b < 10)b="0"+b;
if(c < 10)c="0"+c;
if(d < 10)d="0"+d;
status="¸½ºß»þ¹ï¡¡"+d+"¡§"+b+"¡§"+c;
clearTimeout(e);
e=setTimeout('tokei()',1000);
}
}
//-->
</script>
</head>
<body onLoad="tokei();">
<form name="form1">
<input type="button" onClick="han=1;" value="»þ·×¤ò»ß¤á¤ë">
</form>
¡¡¡¦
¡¡¡¦
¡¡¡¦
</body></html>
[ ²òÀâ ]
¥Ü¥¿¥ó¤òÃÖ¤¤¿¤¤¾ì½ê¤Ë¡¢²¼¤ÎÊý¤Ë¤¢¤ë¡Ö<form¡Ä¡Ä>¡Á</form>¡×¤ò¤ª¤¤¤Æ²¼¤µ¤¤¡£
|