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년 전 | 4084 | |
| 29 |
아우겐나이스
|
21년 전 | 4466 | |
| 28 |
아우겐나이스
|
21년 전 | 3492 | |
| 27 | 21년 전 | 5875 | ||
| 26 | 21년 전 | 3151 | ||
| 25 | 21년 전 | 6123 | ||
| 24 | 18년 전 | 3686 | ||
| 23 | 21년 전 | 3678 | ||
| 22 | 21년 전 | 4272 | ||
| 21 | 21년 전 | 3853 | ||
| 20 | 21년 전 | 4260 | ||
| 19 | 21년 전 | 6716 | ||
| 18 | 21년 전 | 4760 | ||
| 17 | 21년 전 | 7012 | ||
| 16 | 21년 전 | 4197 | ||
| 15 | 21년 전 | 2665 | ||
| 14 | 21년 전 | 5000 | ||
| 13 | 21년 전 | 3420 | ||
| 12 |
Recluse
|
21년 전 | 3906 | |
| 11 |
아우겐나이스
|
21년 전 | 3591 | |
| 10 |
Recluse
|
21년 전 | 3429 | |
| 9 | 21년 전 | 4042 | ||
| 8 | 21년 전 | 5205 | ||
| 7 | 21년 전 | 4790 | ||
| 6 | 21년 전 | 5729 | ||
| 5 | 21년 전 | 4147 | ||
| 4 | 21년 전 | 4877 | ||
| 3 | 21년 전 | 4777 | ||
| 2 | 21년 전 | 3280 | ||
| 1 | 22년 전 | 4367 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기