<HTML>
<HEAD>
</HEAD>
<BODY>
<!---- 아래의 코드를 원하는 위치에 복사 해 넣으세요 -------------------->
<script language="JavaScript1.2">
function setcountdown(theyear,themonth,theday,thehour,themin,thesec){
yr=theyear;mo=themonth;da=theday;hr=thehour;min=themin;sec=thesec
}
// 1: 카운트다운할 날짜와 시간을 입력 하세요 (년, 월, 일, 시(0=자정,23=밤11시), 분,초
setcountdown(2010,12,05,12,00,00)
// 2: 메세지들을 설정 하세요
var occasion="그녀와 만난지 10주년 되는 날"
var message_on_occasion="드디어 10년이 흘렀네요"
// 3: 카운트 다운 영역을 설정 하세요
var countdownwidth='600px' // 가로크기
var countdownheight='35px' // 높이
var countdownbgcolor='lightyellow' // 배경색
var opentags='<font face="굴림">' // 글자모양
var closetags='</font>' // 글자모양 종료태그
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''
function start_countdown(){
if (document.layers)
document.countdownnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countdownie") : countdownie
countdown()
}
if (document.all||document.getElementById)
document.write('<span id="countdownie" style="width:'+countdownwidth+'; background-color:'+countdownbgcolor+'"></span>')
window.onload=start_countdown
function countdown(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[mo-1]+" "+da+", "+yr+" "+hr+":"+min+":"+sec
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+message_on_occasion+closetags
return
}
else if (dday<=-1){
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+"Occasion already passed! "+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+"Occasion already passed! "+closetags
return
}
else{
if (document.layers){
document.countdownnsmain.document.countdownnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds left until "+occasion+closetags)
document.countdownnsmain.document.countdownnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=occasion +"까지 " + opentags+dday+ " 일, "+dhour+" 시간, "+dmin+" 분, "+dsec+" 초가 남았습니다"+closetags
}
setTimeout("countdown()",1000)
}
</script>
<ilayer id="countdownnsmain" width=&{countdownwidth}; height=&{countdownheight}; bgColor=&{countdownbgcolor}; visibility=hide><layer id="countdownnssub" width=&{countdownwidth}; height=&{countdownheight}; left=0 top=0></layer></ilayer>
<!------------------------- 여기까지 ---------------------------------->
</BODY>
</HTML>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7630 | 10년 전 | 635 | ||
| 7629 |
|
10년 전 | 2353 | |
| 7628 | 10년 전 | 774 | ||
| 7627 |
|
10년 전 | 1005 | |
| 7626 |
|
10년 전 | 1763 | |
| 7625 | 10년 전 | 671 | ||
| 7624 | 10년 전 | 687 | ||
| 7623 |
|
10년 전 | 3028 | |
| 7622 | 10년 전 | 701 | ||
| 7621 |
leeleeleelee
|
10년 전 | 573 | |
| 7620 | 10년 전 | 531 | ||
| 7619 | 10년 전 | 465 | ||
| 7618 | 10년 전 | 1002 | ||
| 7617 | 10년 전 | 714 | ||
| 7616 | 10년 전 | 618 | ||
| 7615 | 10년 전 | 714 | ||
| 7614 | 10년 전 | 1226 | ||
| 7613 |
|
10년 전 | 2062 | |
| 7612 | 10년 전 | 1125 | ||
| 7611 | 10년 전 | 1390 | ||
| 7610 |
|
10년 전 | 1884 | |
| 7609 |
|
10년 전 | 1300 | |
| 7608 |
mwdkim
|
10년 전 | 1102 | |
| 7607 |
|
10년 전 | 1028 | |
| 7606 |
mwdkim
|
10년 전 | 3905 | |
| 7605 | 10년 전 | 672 | ||
| 7604 | 10년 전 | 1012 | ||
| 7603 | 10년 전 | 1635 | ||
| 7602 |
|
10년 전 | 1046 | |
| 7601 |
AniNest
|
10년 전 | 2766 | |
| 7600 |
port443
|
10년 전 | 1005 | |
| 7599 | 10년 전 | 930 | ||
| 7598 | 10년 전 | 996 | ||
| 7597 | 10년 전 | 4560 | ||
| 7596 |
SeungYeon
|
10년 전 | 875 | |
| 7595 |
untitled
|
10년 전 | 2400 | |
| 7594 |
프로그래머7
|
10년 전 | 1700 | |
| 7593 |
untitled
|
10년 전 | 2345 | |
| 7592 |
untitled
|
10년 전 | 1921 | |
| 7591 |
untitled
|
10년 전 | 2662 | |
| 7590 |
아리마2001
|
10년 전 | 833 | |
| 7589 | 10년 전 | 1089 | ||
| 7588 |
|
10년 전 | 2902 | |
| 7587 | 10년 전 | 1287 | ||
| 7586 | 10년 전 | 648 | ||
| 7585 | 10년 전 | 1665 | ||
| 7584 | 10년 전 | 1399 | ||
| 7583 |
leeleeleelee
|
10년 전 | 1145 | |
| 7582 |
|
10년 전 | 1081 | |
| 7581 | 10년 전 | 1309 | ||
| 7580 | 10년 전 | 953 | ||
| 7579 |
|
10년 전 | 590 | |
| 7578 | 10년 전 | 1403 | ||
| 7577 |
|
10년 전 | 1858 | |
| 7576 | 10년 전 | 1370 | ||
| 7575 |
멋진남자임
|
10년 전 | 1449 | |
| 7574 | 10년 전 | 2095 | ||
| 7573 | 10년 전 | 3224 | ||
| 7572 | 10년 전 | 751 | ||
| 7571 |
|
10년 전 | 774 | |
| 7570 |
|
10년 전 | 1296 | |
| 7569 | 10년 전 | 1528 | ||
| 7568 |
this1mg
|
10년 전 | 1031 | |
| 7567 |
|
10년 전 | 742 | |
| 7566 | 10년 전 | 907 | ||
| 7565 |
Angel하늘
|
10년 전 | 970 | |
| 7564 |
seoldi
|
10년 전 | 1214 | |
| 7563 |
|
10년 전 | 1355 | |
| 7562 |
멋진남자임
|
10년 전 | 2054 | |
| 7561 | 10년 전 | 686 | ||
| 7560 |
leeleeleelee
|
10년 전 | 885 | |
| 7559 | 10년 전 | 5019 | ||
| 7558 |
RinaP
|
10년 전 | 758 | |
| 7557 |
|
10년 전 | 1226 | |
| 7556 | 10년 전 | 1176 | ||
| 7555 |
hyohyojj1234
|
10년 전 | 1641 | |
| 7554 | 10년 전 | 1078 | ||
| 7553 |
senseme
|
10년 전 | 1324 | |
| 7552 |
ehdltdoit
|
10년 전 | 1421 | |
| 7551 |
|
10년 전 | 1807 | |
| 7550 |
leeleeleelee
|
10년 전 | 1570 | |
| 7549 | 10년 전 | 2401 | ||
| 7548 | 10년 전 | 1822 | ||
| 7547 |
멋진남자임
|
10년 전 | 1939 | |
| 7546 | 10년 전 | 980 | ||
| 7545 |
ILMare1003
|
10년 전 | 1262 | |
| 7544 |
|
10년 전 | 1220 | |
| 7543 | 10년 전 | 869 | ||
| 7542 | 10년 전 | 639 | ||
| 7541 |
울라라라우
|
10년 전 | 851 | |
| 7540 | 10년 전 | 1587 | ||
| 7539 | 10년 전 | 911 | ||
| 7538 |
|
10년 전 | 1819 | |
| 7537 | 10년 전 | 3598 | ||
| 7536 |
Gaumi
|
10년 전 | 1392 | |
| 7535 |
프로그램은어려워
|
10년 전 | 1250 | |
| 7534 |
senseme
|
10년 전 | 1196 | |
| 7533 | 10년 전 | 1178 | ||
| 7532 | 10년 전 | 839 | ||
| 7531 | 10년 전 | 2031 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기