ETC/Script | Posted by 아키텍처 2012. 4. 25. 08:46

모바일기기 접속확인방법

 
 

[모바일기기 접속확인방법]


<script type="text/javascript">

if (navigator.userAgent.match(/iPhone|iPod|Android|Windows CE|BlackBerry|Symbian|Windows Phone|webOS|Opera Mini|Opera Mobi|POLARIS|IEMobile|lgtelecom|nokia|SonyEricsson/i) != null || navigator.userAgent.match(/LG|SAMSUNG|Samsung/) != null)

{

alert("모바일에서 접속하셨습니다.");

}

else

{

alert("데스크탑에서 접속하셨습니다.");

}

Posted by 김준홍 (http://www.Juuun.com)