Quantcast
Channel: 여유로움을 추구하는 아웃사이더
Viewing all articles
Browse latest Browse all 261

Script 서버시간 불러오기

$
0
0
//서버시간 불러오기 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.......

Viewing all articles
Browse latest Browse all 261


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>