반응형
<!DOCTYPE HTML>
<html lang="ko">
<head><meta charset="utf-8">
<script>
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
alert(
"그룹웨어는 구 버전의 브라우저를 지원하지 않습니다.\n크롬 혹은 엣지를 통해 접속해주세요."
);
setTimeout(function() {
top.window.open('about:blank','_self').close();
top.window.opener=self;
top.self.close();
}, 1500);
window.location = "microsoft-edge:https://gws.applejara.com";
}
else {
window.location = "https://gws.applejara.com";
}
</script>
</head> <body> </body> </html>
반응형
'Programing' 카테고리의 다른 글
[WEB]디바이스 체크 checkMobile (0) | 2021.10.22 |
---|---|
Eclipse plugin offline 설치(폐쇄망) (0) | 2017.07.26 |
[Eclipse]글자크기변경 (0) | 2016.12.02 |
[Jenkins]Email Extension Plugin 모니터링 (0) | 2016.11.25 |
[MYSQL]DB 튜닝(innodb / my.cnf) (0) | 2016.11.14 |