JavaScript and HTML to judge browser types

Source: Internet
Author: User
Tags versions

JavaScript judgment     navigator.userAgent.indexOf ("IPhone")
    HTML to determine IE type
    1. <!--[if! ie]><!--> can recognize <!--<! except IE [Endif]-->
    2. <!--[if ie]> all IE identifiable <![ Endif]-->
    3. <!--[if IE 5.0]> only IE5.0 can recognize <![ Endif]-->
    4. <!--[if IE 5]> only IE5.0 and IE5.5 can be identified <![ Endif]-->
    5 <!--[if GT IE 5.0]> IE5.0 and IE5.0 versions can be identified <![ Endif]-->
    6. <!--[if IE 6]> only IE6 identifiable <![ Endif]-->
    7 <!--[if Lt IE 6]> IE6 and IE6 The following versions can be identified <![ Endif]-->
    8. <!--[if GTE IE 6]> IE6 and IE6 above can be identified <![ Endif]-->
    9. <!--[if IE 7]> only IE7 identifiable <![ Endif]-->
    <!--[if Lt IE 7]> IE7 and IE7 The following versions can be identified <![ Endif]-->
    <!--[if GTE IE 7]> IE7 and IE7 above can be identified<! [Endif]-->
 

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.