<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 58 | ||
| 8228 |
커네드커네드
|
9년 전 | 105 | |
| 8227 | 9년 전 | 113 | ||
| 8226 | 9년 전 | 148 | ||
| 8225 | 9년 전 | 138 | ||
| 8224 | 9년 전 | 138 | ||
| 8223 | 9년 전 | 103 | ||
| 8222 |
|
9년 전 | 167 | |
| 8221 | 9년 전 | 78 | ||
| 8220 | 9년 전 | 84 | ||
| 8219 | 9년 전 | 90 | ||
| 8218 | 9년 전 | 121 | ||
| 8217 |
star3840
|
9년 전 | 101 | |
| 8216 | 9년 전 | 143 | ||
| 8215 | 9년 전 | 98 | ||
| 8214 | 9년 전 | 213 | ||
| 8213 | 9년 전 | 145 | ||
| 8212 | 9년 전 | 66 | ||
| 8211 | 9년 전 | 230 | ||
| 8210 | 9년 전 | 232 | ||
| 8209 | 9년 전 | 324 | ||
| 8208 | 9년 전 | 197 | ||
| 8207 | 9년 전 | 207 | ||
| 8206 |
|
9년 전 | 173 | |
| 8205 | 9년 전 | 156 | ||
| 8204 | 9년 전 | 119 | ||
| 8203 | 9년 전 | 219 | ||
| 8202 | 9년 전 | 131 | ||
| 8201 | 9년 전 | 168 | ||
| 8200 | 9년 전 | 143 | ||
| 8199 | 9년 전 | 196 | ||
| 8198 | 9년 전 | 162 | ||
| 8197 | 9년 전 | 149 | ||
| 8196 | 9년 전 | 533 | ||
| 8195 | 9년 전 | 143 | ||
| 8194 | 9년 전 | 272 | ||
| 8193 | 9년 전 | 144 | ||
| 8192 | 9년 전 | 172 | ||
| 8191 | 9년 전 | 124 | ||
| 8190 | 9년 전 | 115 | ||
| 8189 | 9년 전 | 174 | ||
| 8188 | 9년 전 | 118 | ||
| 8187 | 9년 전 | 125 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 299 | ||
| 8184 | 9년 전 | 94 | ||
| 8183 | 9년 전 | 311 | ||
| 8182 | 9년 전 | 152 | ||
| 8181 | 9년 전 | 117 | ||
| 8180 | 9년 전 | 683 | ||
| 8179 | 9년 전 | 476 | ||
| 8178 | 9년 전 | 286 | ||
| 8177 |
kiplayer
|
9년 전 | 299 | |
| 8176 | 9년 전 | 337 | ||
| 8175 | 9년 전 | 207 | ||
| 8174 | 9년 전 | 220 | ||
| 8173 | 9년 전 | 329 | ||
| 8172 | 9년 전 | 179 | ||
| 8171 | 9년 전 | 167 | ||
| 8170 | 9년 전 | 284 | ||
| 8169 |
커네드커네드
|
9년 전 | 248 | |
| 8168 | 9년 전 | 305 | ||
| 8167 | 9년 전 | 310 | ||
| 8166 | 9년 전 | 220 | ||
| 8165 | 9년 전 | 151 | ||
| 8164 | 9년 전 | 287 | ||
| 8163 | 9년 전 | 271 | ||
| 8162 | 9년 전 | 283 | ||
| 8161 | 9년 전 | 280 | ||
| 8160 |
|
9년 전 | 476 | |
| 8159 | 9년 전 | 400 | ||
| 8158 | 9년 전 | 218 | ||
| 8157 | 9년 전 | 355 | ||
| 8156 | 9년 전 | 267 | ||
| 8155 | 9년 전 | 241 | ||
| 8154 |
00년생용띠
|
9년 전 | 585 | |
| 8153 | 9년 전 | 218 | ||
| 8152 |
|
9년 전 | 393 | |
| 8151 | 9년 전 | 391 | ||
| 8150 | 9년 전 | 485 | ||
| 8149 |
Jangfolk
|
9년 전 | 323 | |
| 8148 | 9년 전 | 155 | ||
| 8147 | 9년 전 | 362 | ||
| 8146 | 9년 전 | 418 | ||
| 8145 | 9년 전 | 356 | ||
| 8144 | 9년 전 | 325 | ||
| 8143 | 9년 전 | 175 | ||
| 8142 | 9년 전 | 418 | ||
| 8141 | 9년 전 | 364 | ||
| 8140 | 9년 전 | 916 | ||
| 8139 | 9년 전 | 243 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 369 | ||
| 8136 | 9년 전 | 724 | ||
| 8135 |
|
9년 전 | 777 | |
| 8134 |
PlayPixel
|
9년 전 | 491 | |
| 8133 |
|
9년 전 | 424 | |
| 8132 | 9년 전 | 437 | ||
| 8131 | 9년 전 | 799 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기