-
When open link on IE, redirect Microsoft EdgeArchive/HTML-CSS-JS 2021. 2. 5. 13:20
<script> if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) { window.location = 'microsoft-edge:' + window.location; setTimeout(function() { window.location = 'https://go.microsoft.com/fwlink/?linkid=2135547'; }, 1); } </script>
reference : How to redirect from Internet Explorer to Microsoft Edge seamlessly? - Stack Overflow
Browser URL Schemes
Microsoft Edge : microsoft-edge
Chrome : googlechrome (for http) / googlechromes (for https)
반응형'Archive > HTML-CSS-JS' 카테고리의 다른 글
JS] 스크립트를 이용한 페이지 자동 전환 (0) 2007.10.29 HTML] html 형 홈페이지 ver1 ~ 4 (0) 2007.03.10 JS] for 윈도우 리사이즈 (0) 2006.12.07 CSS background (0) 2005.02.16 JS] TOP으로 가기 (0) 2005.02.07