반응형
var UserAgent = navigator.userAgent; if(UserAgent.match(/iPhone|iPod|iPad|iPad2|Android|Windows CE|BlackBerry|Symbian|Windows Phone|webOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson/i) != null || UserAgent.match(/LG|SAMSUNG|Samsung/) != null) { top.location.href = "모바일URL"; }else{ top.location.href = "웹URL"; }
반응형
'프로그래밍 > JavaScipt' 카테고리의 다른 글
javascript youtube api iframe 제어(play/pause/stop) (3) | 2015.04.03 |
---|---|
javascript 소수점 올림,반올림,내림 (0) | 2015.02.17 |
javascript "use strict"사용 (0) | 2014.11.07 |
onChange함수를 이용한 선택에따라 달라지는 SelectBox (2) | 2014.10.22 |
셀렉트박스와 이메일입력폼 (0) | 2014.10.15 |