var ua = window.navigator.userAgent.toLowerCase();
if ( /iphone/.test(ua) || /android/.test(ua) || /opera/.test(ua) || /bada/.test(ua) ) {
document.location.replace("이동 페이지 주소");
}
'Javascript' 카테고리의 다른 글
label의 width를 조절 (1) | 2013.09.11 |
---|---|
모바일 브라우저 체크 (0) | 2012.03.26 |
문자열에서 문자 위치 찾기 (1) | 2011.10.27 |
대, 소문자 변환 (0) | 2011.10.27 |
화면 가로, 세로 크기 (0) | 2011.08.31 |