JS to determine whether the browser is mobile or PC-side

Source: Internet
Author: User

JS to determine whether the Web browser is mobile or PC-side

1<script type= "Text/javascript" >2         functionBrowserredirect () {3             varSuseragent =navigator.userAgent.toLowerCase ();4             varBisipad = Suseragent.match (/ipad/i) = = "ipad";5             varBisiphoneos = Suseragent.match (/iphone os/i) = = "iphone OS";6             varBISMIDP = Suseragent.match (/midp/i) = = "MIDP";7             varBIsUc7 = Suseragent.match (/rv:1.2.3.4/i) = = "rv:1.2.3.4";8             varBISUC = Suseragent.match (/ucweb/i) = = "UCWeb";9             varBisandroid = Suseragent.match (/android/i) = = "Android";Ten             varBisce = Suseragent.match (/windows ce/i) = = "Windows CE"; One             varBISWM = Suseragent.match (/windows mobile/i) = = "Windows Mobile"; A             //Document.writeln ("Your browsing device is:"); -             if(Bisipad | | bisiphoneos | | bismidp | | bIsUc7 | | bisuc | | bisandroid | | bisce | |biswm) { -                 //Document.writeln ("phone"); theAlert ("Your browsing device is: Mobile side"); -}Else { -Alert ("Your browsing device is: PC"); -                //Document.writeln ("PC"); +             } -         } +  A Browserredirect (); at</script>
View Code

JS to determine whether the browser is mobile or PC-side

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.