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);
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6077 | 9년 전 | 151 | ||
| 6076 |
PlayPixel
|
9년 전 | 142 | |
| 6075 | 9년 전 | 159 | ||
| 6074 | 9년 전 | 214 | ||
| 6073 |
|
9년 전 | 177 | |
| 6072 |
|
9년 전 | 319 | |
| 6071 | 9년 전 | 221 | ||
| 6070 |
|
9년 전 | 258 | |
| 6069 | 9년 전 | 234 | ||
| 6068 |
|
9년 전 | 185 | |
| 6067 | 9년 전 | 193 | ||
| 6066 |
|
9년 전 | 312 | |
| 6065 |
PASKRAN
|
9년 전 | 201 | |
| 6064 | 9년 전 | 230 | ||
| 6063 |
kiplayer
|
9년 전 | 333 | |
| 6062 |
|
9년 전 | 271 | |
| 6061 | 9년 전 | 208 | ||
| 6060 |
|
9년 전 | 261 | |
| 6059 |
|
9년 전 | 207 | |
| 6058 |
|
9년 전 | 200 | |
| 6057 | 9년 전 | 249 | ||
| 6056 |
|
9년 전 | 201 | |
| 6055 |
|
9년 전 | 246 | |
| 6054 |
|
9년 전 | 226 | |
| 6053 |
snshero
|
9년 전 | 571 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기