주간 베스트 월간 베스트 3개월 베스트 베스트 게시물
연길시 신화서점 조선말 도서

달력 출력해주는 소스

Big샤넬 | 2011.04.05 03:41:04 댓글: 0 조회: 3586 추천: 1
분류컴관련 강좌·팁 https://life.moyiza.kr/itstudy/1749268
<script language='JavaScript'>
document.write('<st'+'yle>');
document.write('td {font-size:12px; font-family:굴림; text-decoration:none; }');
document.write('A:link,A:active,A:visited{text-decoration:none;font-size:12PX;color:#333333;}');
document.write('A:hover {text-decoration:none; color:ff9900}');
document.write('font { font-size: 9pt; }');
document.write('.cnj_input {position:relative;}');
document.write('.cnj_input2 {border-width:1; border-color:rgb(204,204,204); border-style:solid;}');
document.write('.cnj_input3 { border-width:1; border-style:solid; border-color:#000000; color:#0084D4; background-color:white;text-align:right;}');
document.write('.cnj_input4 { scrollbar-face-color: #FFCC33;scrollbar-shadow-color: #ffffff;scrollbar-highlight-color: #F3f3f3;scrollbar-3dlight-color: #ffffff;scrollbar-darkshadow-color: #F3f3f3;scrollbar-track-color: #ffffff;scrollbar-arrow-color: #f9f9f9; }');
document.write('</st'+'yle>');

var monthName=new Array("1월","2월","3월","4월","5월","6월","7월",
"8월","9월","10월","11월","12월")
/*
var monthName=new Array("January","February","March","April","May","June","July",
"August","September","October","November","December")
*/
var monthDays=new Array(31,28,31,30,31,30,31,31,30,31,30,31)
var now=new Date
var nowd=now.getDate()
var nowm=now.getMonth()
var nowy=now.getYear()
function showCalendar(day,month,year) {
if ((year%4==0||year%100==0)&&(year%400==0)) monthDays[1]=29; else monthDays[1]=28 //leap year test
var firstDay=new Date(year,month,1).getDay()
var cnj_str="<table border=0 cellpadding=5 cellspacing=1 align=center bgcolor=#CCCCCC>"

cnj_str+="<tr bgcolor=white><td colspan=7>"
cnj_str+="<table border=0 cellpadding=0 cellspacing=0 align=center width=100%>"
cnj_str+="<td><a href='javascript:;' onClick='nowm--; if (nowm<0) { nowy--; nowm=11; } showCalendar(nowd,nowm,nowy)' title='이전 월'> <<</a></td>"
cnj_str+="<td align=center>"+monthName[month].toUpperCase()+" "+year+"년</td>"
cnj_str+="<td align=right><a href='javascript:;' onClick='nowm++; if (nowm>11) { nowy++; nowm=0; } showCalendar(nowd,nowm,nowy)' title='다음 월'> >></a></td>"
cnj_str+="</tr></table>"
cnj_str+="</td></tr>"
cnj_str+="<tr align=center bgcolor='#FFFFB9'>"
cnj_str+="<th><font color='red'>일</font></th>"
cnj_str+="<th><font color='black'>월</font></th>"
cnj_str+="<th><font color='black'>화</font></th>"
cnj_str+="<th><font color='black'>수</font></th>"
cnj_str+="<th><font color='black'>목</font></th>"
cnj_str+="<th><font color='black'>금</font></th>"
cnj_str+="<th><font color='blue'>토</font></th>"
cnj_str+="</tr>"

var dayCount=1

cnj_str+="<tr bgcolor=white>"

for (var i=0;i<firstDay;i++) cnj_str+="<td> " //공백
for (var i=0;i<monthDays[month];i++) {
if(dayCount==nowd) {
cnj_str+="<td align=center bgcolor='#FFFFB9'><b>" // 오늘 날짜일때 배경색 지정,글자 진하게
} else {
cnj_str+="<td align=center>" // 오늘 날짜가 아닐때 배경색 지정
}

cnj_str+="<a href=http://www.홈페이지.com/link"+dayCount+".html target=_blank>" // 링크설정
cnj_str+=dayCount++ // 날짜
cnj_str+="</a>"

if(dayCount==nowd) {
cnj_str+="</b>" // 오늘 날짜일때 글자 진하게
} else {
cnj_str+="" // 오늘 날짜가 글자 진하게 안함
}

if ((i+firstDay+1)%7==0&&(dayCount<monthDays[month]+1)) cnj_str+="<tr bgcolor=white>"
}
var totCells=firstDay+monthDays[month]
for (var i=0;i<(totCells>28?(totCells>35?42:35):28)-totCells;i++) cnj_str+="<td> "
cnj_str+="</table><BR>"
calendar.innerHTML=cnj_str
}
</script>

<body onLoad="showCalendar(nowd,nowm,nowy)">
<span id="calendar" class="cnj_input"></span>
</body>
추천 (1) 선물 (0명)
IP: ♡.254.♡.132
3,006 개의 글이 있습니다.
제목 글쓴이 날짜 조회
관리자
2003-09-20
11767
관리자
2003-09-20
11309
관리자
2003-09-20
20380
지구인
2010-08-27
19245
지구인
2009-09-07
13540
SOLIDH
2010-01-29
15521
엔죠라이프
2004-10-07
16624
혁이사랑
2011-06-16
7849
큐큐100
2011-05-30
4883
nero
2011-04-20
5018
Big샤넬
2011-04-05
4100
Big샤넬
2011-04-05
3810
Big샤넬
2011-04-05
3586
지구인
2011-04-02
3788
내다
2011-03-31
4321
retomato
2011-03-22
4360
신규가입
2011-03-15
10193
에스G
2011-02-21
3535
에스G
2011-02-21
3456
에스G
2011-02-21
3664
에스G
2011-02-21
2965
에스G
2011-02-21
4518
자이홍
2011-02-01
6030
필수비타민
2011-01-31
2930
세뇨리타
2011-01-24
6058
세뇨리타
2011-01-23
7708
세뇨리타
2011-01-22
5452
세뇨리타
2011-01-22
4930
모이자 모바일