½ÃÀÛÆäÀÌÁö·Î Áñ°Üã±âÃß°¡
·Î±×ÀÎ
ȸ¿ø°¡ÀÔ l Ã⼮üũ l ¸¶ÀÌÆäÀÌÁö l CGIMALL
ÀÚ·á½Ç »çÀÌÆ®µî·Ï ·©Å·100 ÇÁ·Î±×·¥¸®ºä °ü¸®ÀÚÃßõÀÚ·á Ãʺ¸°¡À̵å
Ä¿¹Â´ÏƼ
Àüü ÆîÃ帱â
Äü¸Þ´º¸µÅ© jquery , CSS , PHP , Javascript , ¹«·áÆùÆ® , ASP
»ó¼¼°Ë»ö
Ȩ > Ä¿¹Â´ÏƼ > Áú¹®°ú´äº¯ »ó¼¼º¸±â
Ä¿¹Â´ÏƼ ±¸Àα¸Á÷
»çÀÌÆ®µî·Ï
Ŭ¶ó¿ìµåű×
javascript
PHP
ASP
CSS
mysql
html
jquery
������
image
mobile
API
slide
°Ô½ÃÆÇ
ÇöÀçÁ¢¼ÓÀÚ ¸í »õ·Î°íħ
°Ô½ÃÆÇŸÀÌƲ Áú¹®°ú´äº¯ / »ó¼¼º¸±â
Æ®À§ÅÍ·Î º¸³»±â
Ãßõ¼ö 117 | Á¶È¸¼ö 1,033 | µî·ÏÀÏ 2001-12-10 05:33:13

´Ð³×ÀÓ

zelda02

À̸ÞÀÏ

sunwuk@hotmail.com

Á¦¸ñ

µµ¿ÍÁÖ¼¼¿è ¤Ì_¤Ì
³»¿ë
ÀÌ°Å¿ä.. ÀÚ·á½Ç¿¡¼­ ¹Þ¾Ò´Âµ¥...ÀÚ¹Ù¿¡¿ä.

¼¼°è½Ã°£ º¸´Â°Å°Åµç¿ä?±Ùµ¥ ´õºíŬ¸¯À» ÇØ¾ß ³ª¿À´õ¶ó±¸¿ä..

ÀÌ°Å ±×³É ´õºíŬ¸¯ ¾ÈÇϱ¸ ¶ß°Ô ÇÒ¼ö´Â ¾÷³ª¿ä?

Ȥ½Ã ÀÌ°ÍÁ¡ ¼öÁ¤ÇØÁֽðųª ¾Æ´Ô ºñ½ÁÇÑ°Å ÃßõÀ̶óµÎ ºÎŹµå¸³´Ï´Ù..

²À ÇÊ¿äÇؼ­¿ä..




 
<HTML>
<HEAD>
<TITLE> HappyCGI.com </TITLE>
<!--1. ¾Æ·¡ÀÇ ½ºÅ©¸³Æ®¸¦ <HEAD></HEAD>»çÀÌ¿¡ º¹»çÇØ ³ÖÀ¸¼¼¿ä-->

<script language=javaScript>
<!-- Beginning of JavaScript -
<!---Edited by JASKO-->
<!---Web Site : http://www.javascript.co.kr-->

// CREDITS:
// World Time on Doubleclick by Urs Dudli and Peter Gehrig
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.

var worldtime = new Array()
worldtime[0]="¼­¿ï,9"
worldtime[1]="Baghdad,3"
worldtime[2]="Beijing,8"
worldtime[3]="Berlin,1"
worldtime[4]="Buenos Aires,-3"
worldtime[5]="Chicago,-6"
worldtime[6]="Denver,-7"
worldtime[7]="·ÕÄá,8"
worldtime[8]="Honolulu,-10"
worldtime[9]="Johannesburg,2"
worldtime[10]="Kairo,2"
worldtime[11]="Lima,-5"
worldtime[12]="·±´ø,0"
worldtime[13]="Mexico City,-6"
worldtime[14]="Moscow,3"
worldtime[15]="New York,-5"
worldtime[16]="Paris,1"
worldtime[17]="Perth,8"
worldtime[18]="Rio de Janheiro,-2"
worldtime[19]="San Francisco,-8"
worldtime[20]="Sydney,11"
worldtime[21]="µ¿°æ,9"

var hours
var shifthours
var minutes
var seconds
var localhours
var pause=2000
var thisplace
var thisline=""
var showmenu=1

function showtime() {

for (i=0; i<=worldtime.length-1;i++) {
thisplace=worldtime[i].split(",")
thistime= new Date()
hours=thistime.getUTCHours()
hours=eval(hours)
shifthours=eval(thisplace[1])
localhours=eval(shifthours+hours)
if (localhours <0) {localhours=24+localhours}
if (localhours >=24) {localhours=localhours-24}

minutes=thistime.getUTCMinutes()
seconds=thistime.getUTCSeconds()

if (thisplace[0]=='Delhi') {
minutes=eval(minutes+30)
if (minutes>=60) {
minutes=eval(minutes-60)
localhours=eval(localhours+1)
}
}
if (eval(minutes) < 10) {minutes="0"+minutes}
if (eval(seconds) < 10) {seconds="0"+seconds}
if (eval(localhours) < 10) {localhours="0"+localhours}
thisline+=localhours+":"+minutes+":"+seconds+" "+thisplace[0]+"
"
}
if (document.all) {
timediv.innerHTML=thisline
thisline=""
var timer=setTimeout("showtime()",1000)
}
if (document.layers) {
document.timediv.document.write("<span id='nn' class='timestyle'>")
document.timediv.document.write(thisline)
document.timediv.document.write("</span>")
document.timediv.document.close()
thisline=""
}
}

function dblclick() {
if (document.all && showmenu==1) {
document.all.timediv.style.visibility="visible"
document.all.timediv.style.posLeft=x
document.all.timediv.style.posTop=y
showtime()
}
if (document.layers && showmenu==1) {
document.timediv.visibility="visible"
document.timediv.left=x-40
document.timediv.top=y-80
showtime()
}
if (document.all && showmenu!=1) {
document.all.timediv.style.visibility="hidden"
}
if (document.layers && showmenu!=1) {
document.timediv.visibility="hidden"
}
showmenu=showmenu*-1
}


if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;

if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

function handlerMM(e){
x = (document.layers) ? e.pageX : event.clientX
y = (document.layers) ? e.pageY : event.clientY
}

// - End of JavaScript - -->
</script>
<STYLE>
.timestyle {
position:absolute;
left:50px;
top:100px;
font-family:Verdana;
font-size:8pt;
color:880000;
background-color:DDDDFF;
}

.explainstyle {
position:absolute;
left:10px;
top:120px;
font-family:Verdana;
font-size:8pt;
color:000000;

}
</STYLE>
</HEAD>

<!--2. <BODY> ű׳»¿¡ onload="" ȤÀº onunload ºÎºÐÀÌ ÀÖÀ¸¸é º¹»çÇØ ³ÖÀ¸¼¼¿ä-->

<BODY BGCOLOR="#FFFFFF">

<!--3. <BODY></BODY> ºÎºÐ¿¡ ¾Æ·¡ÀÇ ½ºÅ©¸³Æ®¸¦ º¹»çÇØ ³ÖÀ¸¼¼¿ä-->

<div id="timediv" class="timestyle"></div>


<p align=center><INPUT TYPE="button" VALUE=" ´Ý±â " onClick="self.close( )"></center>
</BODY>
</HTML>


 


ºÎŹµå·Á¿ä ^^
÷ºÎ ÆÄÀϸñ·Ï
ÆÄÀÏ¸í ¿ë·® ´Ù¿î¼ö µî·Ï½Ã°£
8614-5517-World_Time.zip 1.7 KB 45 ȸ 2001-12-10 05:33:13
Ãßõ½ºÅ©·¦¼Ò½ºº¸±â ¸ñ·Ï
ÀÌÀü°Ô½Ã±Û C¾ð¾î·ÎµÈ °¶·¯¸® ¼Ò½º´Â ¾ø³ª¿ä php¸»±¸¿ä ¤Ð¤Ð 2001-12-07 16:43:01
´ÙÀ½°Ô½Ã±Û ÀÌ°ÍÁ» µµ¿ÍÁÖ¼¼¿ä^^; 2001-12-10 20:21:13