리다이렉트

2016. 2. 28. 20:36sdfsdf/Site/Social/Tech

<!DOCTYPE html>


<html lang="ko">


<head>


<style>


#tistorytoolbarid{


display:none;


}


</style>


</head>


<body>


해당 블로그는 도메인 이전 되었습니다.


접근하시려던 글은<br />


<script language = javascript>


var online = document.URL;


var url1 = 'cocosoftkr.tistory.com';


var url2 = 'cocosoft.kr';


document.write("<a href='",online,"'>");


document.write(online,"</a> 에서 <br>");



online = online.replace(url1, url2); //replace



document.write("<a href='",online,"'>");


document.write(online,"</a> 으로 변경되었습니다. <br>")



function go_url(){


         location.href=online;  // 페이지 이동...


    }


setTimeout('go_url()',5000);


</script>


<br />


기타 사정의 의해서 접근하시는 블로그가 사라졌거나, 해당 글이 삭제 되었을 수 있으니 양해 바랍니다.


<br />


5초뒤 해당 URL로 자동 이동 되오니 잠시만 기다려주세요.


</body>


</html>