<script language='javascript'>
if ( (navigator.userAgent.match(/iPhone/i))||    //아이폰
   (navigaor.userAgent.match(/iPod/i))||          //아이팟
   (navigator.userAgent.match(/android/i)))       //안드로이드 계열
{
window.location.href='모바일 사이트 주소';
} else {
window.location.href='일반 웹사이트 주소';
}
</script>
 
댓글 없음:
댓글 쓰기