javascript 모바일 PC 구분 > 질문답변

본문 바로가기

사이트 내 전체검색

뒤로가기 질문답변

javascript 모바일 PC 구분

페이지 정보

작성자 미친새 작성일 20-02-21 10:40 조회 17,473 댓글 0

본문

<script type=\"text/javascript\">
//<![CDATA[
 
var myAgent=navigator.userAgent.toLoweCase(); // 브라우저 전체 이름을 불러 온 후, 소문자로 바꾼다.
var mobile=[\"iphone\",\"ipod\"m\"android\",\"blackberry\",\"window ce\",\"nokia\",\"webos\",
\"opera mini\",\"sonyericsson\",\"opera mobi\",\"iemobile\"]; // 스마트폰 브라우저 이름 배열 저장
 
 for(var i=0;i<mobile.length;i++){
  if(myAgent.indexOf(mobile[i]>=0){
   location.href=\"mb_page.html\"; // 모바일용 페이지
  };
  location.href=\"ie_page.html\"; // 데스크탑용 페이지
 };
 
//]]>
</script>

댓글목록 0

등록된 댓글이 없습니다.

Copyright © 소유하신 도메인. All rights reserved.

사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

PC 버전으로 보기