<!--작업표시줄에 시계넣기-->
<script language="xxJavaScript">
<!--
var flasher = false
function updateTime() {
var now = new Date()
var theHour = now.getHours()
var theMin = now.getMinutes()
var theSec = now.getSeconds()
var theTime = "" + ((theHour > 12) ? theHour - 12 : theHour)
theTime += ((theMin < 10) ? ":0" : ":") + theMin
theTime += ((theSec < 10) ? ":0" : ":") + theSec
theTime += (theHour >= 12) ? " pm" : " am"
theTime += ((flasher) ? " " : "*")
flasher = !flasher
window.status = "현재 시간은 : " + theTime
timerID = setTimeout("updateTime()",1000)
}
//-->
</script>
<body [안내]태그제한으로등록되지않습니다-xxonLoad="updateTime()">
<script language="xxJavaScript">
<!--
var flasher = false
function updateTime() {
var now = new Date()
var theHour = now.getHours()
var theMin = now.getMinutes()
var theSec = now.getSeconds()
var theTime = "" + ((theHour > 12) ? theHour - 12 : theHour)
theTime += ((theMin < 10) ? ":0" : ":") + theMin
theTime += ((theSec < 10) ? ":0" : ":") + theSec
theTime += (theHour >= 12) ? " pm" : " am"
theTime += ((flasher) ? " " : "*")
flasher = !flasher
window.status = "현재 시간은 : " + theTime
timerID = setTimeout("updateTime()",1000)
}
//-->
</script>
<body [안내]태그제한으로등록되지않습니다-xxonLoad="updateTime()">
'━━━━ Perhaps > •……태그 HTML' 카테고리의 다른 글
이미지위에 글올리기 (0) | 2007.10.23 |
---|---|
마우스따라다니는 예쁜아이콘 (0) | 2007.10.23 |
음악태그 총망라 (0) | 2007.10.23 |
게시판 고정배경및 이미지사이즈등등넣기 (0) | 2007.10.23 |
태그기초모음 (0) | 2007.10.23 |