[스크립트] 모바일 이동 스크립트
페이지 정보
작성자 관리자 작성일16-01-05 09:40 조회3,058회 댓글0건본문
<script type="text/javascript">
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson');
for (var word in mobileKeyWords){
if (navigator.userAgent.match(mobileKeyWords[word]) != null){
location.href = "http://www.daum.net/m/";
break;
}
}
</script>
출처 : http://htglss.tistory.com/96
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson');
for (var word in mobileKeyWords){
if (navigator.userAgent.match(mobileKeyWords[word]) != null){
location.href = "http://www.daum.net/m/";
break;
}
}
</script>
출처 : http://htglss.tistory.com/96
댓글목록
등록된 댓글이 없습니다.