본문 바로가기
script

모바일 접속 에이전트 처리

by [김경민]™ ┌(  ̄∇ ̄)┘™ 2013. 4. 27.
728x90
<script type="text/javascript">
// goto mobile page
//http://en.wikipedia.org/wiki/List_of_user_agents_for_mobile_phones
if (navigator.userAgent.match(/iPad/) == null && navigator.userAgent.match(/iPhone|Mobile|UP.Browser|Android|BlackBerry|Windows CE|Nokia|webOS|Opera Mini|SonyEricsson|opera mobi|Windows Phone|IEMobile|POLARIS/) != null)
    location.href = "http://" + location.host + "/m.htm" + location.pathname;
</script>
728x90

댓글