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년 전 | 4081 | |
| 29 |
아우겐나이스
|
21년 전 | 4462 | |
| 28 |
아우겐나이스
|
21년 전 | 3486 | |
| 27 | 21년 전 | 5867 | ||
| 26 | 21년 전 | 3147 | ||
| 25 | 21년 전 | 6118 | ||
| 24 | 18년 전 | 3681 | ||
| 23 | 21년 전 | 3674 | ||
| 22 | 21년 전 | 4269 | ||
| 21 | 21년 전 | 3850 | ||
| 20 | 21년 전 | 4252 | ||
| 19 | 21년 전 | 6713 | ||
| 18 | 21년 전 | 4757 | ||
| 17 | 21년 전 | 7008 | ||
| 16 | 21년 전 | 4192 | ||
| 15 | 21년 전 | 2661 | ||
| 14 | 21년 전 | 4996 | ||
| 13 | 21년 전 | 3418 | ||
| 12 |
Recluse
|
21년 전 | 3903 | |
| 11 |
아우겐나이스
|
21년 전 | 3588 | |
| 10 |
Recluse
|
21년 전 | 3424 | |
| 9 | 21년 전 | 4035 | ||
| 8 | 21년 전 | 5201 | ||
| 7 | 21년 전 | 4788 | ||
| 6 | 21년 전 | 5723 | ||
| 5 | 21년 전 | 4142 | ||
| 4 | 21년 전 | 4873 | ||
| 3 | 21년 전 | 4774 | ||
| 2 | 21년 전 | 3276 | ||
| 1 | 22년 전 | 4364 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기