'모바일접속시'에 해당되는 글 1건

반응형

<script type="text/javascript" language="javascript">
 var mobile = new Array('Android', 'BlackBerry', 'IEmobile', 'iPhone', 'iPod', 'LG', 'Mobile', 'MOT', 'Opera Mini', 'Opera Mobi', 'SAMSUNG', 'SonyEricsson', 'Symbian', 'Windows CE', 'Windows CE;');
 for (var word in mobile){
  if (navigator.userAgent.match(mobile[word]) != null){
   window.location.href = "http://www.naver.com";  // 여기에 특정 페이지를 넣어 주시면 됩니다.
   break;
  }
 }
</script>

 

반응형
로그 이미지

우주의빛

자료를 공유하고 좋은자료 추천 하는 곳입니다.

,