var xmlHttp;
function srvTime(){
if (window.XMLHttpRequest) {//분기하지 않으면 IE에서만 작동된다.
xmlHttp = new XMLHttpRequest(); // IE 7.0 이상, 크롬, 파이어폭스 등
xmlHttp.open('HEAD',window.location.href.toString(),false);
xmlHttp.setRequestHeader("Content-Type", "text/html");
xmlHttp.send('');
return xmlHttp.getResponseHeader("Date");
}else if (window.ActiveXObject) {
xmlHttp = new ActiveXObject('Msxml2.XMLHTTP');
xmlHttp.open('HEAD',window.location.href.toString(),false);
xmlHttp.setRequestHeader("Content-Type", "text/html");
xmlHttp.send('');
return xmlHttp.getResponseHeader("Date");
}
}
var st = srvTime();
var today = new Date(st);
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4058 | |
| 29 |
아우겐나이스
|
21년 전 | 4446 | |
| 28 |
아우겐나이스
|
21년 전 | 3470 | |
| 27 | 21년 전 | 5844 | ||
| 26 | 21년 전 | 3125 | ||
| 25 | 21년 전 | 6093 | ||
| 24 | 18년 전 | 3656 | ||
| 23 | 21년 전 | 3646 | ||
| 22 | 21년 전 | 4253 | ||
| 21 | 21년 전 | 3824 | ||
| 20 | 21년 전 | 4235 | ||
| 19 | 21년 전 | 6688 | ||
| 18 | 21년 전 | 4737 | ||
| 17 | 21년 전 | 7000 | ||
| 16 | 21년 전 | 4181 | ||
| 15 | 21년 전 | 2643 | ||
| 14 | 21년 전 | 4983 | ||
| 13 | 21년 전 | 3406 | ||
| 12 |
Recluse
|
21년 전 | 3892 | |
| 11 |
아우겐나이스
|
21년 전 | 3576 | |
| 10 |
Recluse
|
21년 전 | 3402 | |
| 9 | 21년 전 | 4012 | ||
| 8 | 21년 전 | 5185 | ||
| 7 | 21년 전 | 4772 | ||
| 6 | 21년 전 | 5697 | ||
| 5 | 21년 전 | 4125 | ||
| 4 | 21년 전 | 4856 | ||
| 3 | 21년 전 | 4752 | ||
| 2 | 21년 전 | 3255 | ||
| 1 | 22년 전 | 4346 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기