Javascript checks whether the browser has enabled the XX function, javascriptxx

Source: Internet
Author: User

Javascript checks whether the browser has enabled the XX function, javascriptxx

Checks whether the browser supports the cookie Function

<Script> if (navigator. cookieEnabled) {document. write ("your browser supports cookie function! ");} Else {document. write (" your browser does not support cookies! ") ;}</Script>

Check whether Java support is enabled in the browser

<Script type = "text/javascript"> document. write ("method of the navigator object" + "<br>"); if (navigator. javaEnabled () {document. write ("the browser supports and enables the Java method! "); // Prompt that the user supports the Java method} else {document. write (" the browser does not support or does not enable the Java method! "); // Prompt that the user does not support Java Methods} </script>

Current browser Information

<Script type = "text/javascript"> with (document) {write ("your browser information: <ol>"); write ("<li> code: "+ navigator. appCodeName); write ("<li> name:" + navigator. appName); write ("<li> Version:" + navigator. appVersion); write ("<li> language:" + navigator. language); write ("<li> compilation platform:" + navigator. platform); write ("<li> User header:" + navigator. userAgent) ;}</script>

The above is all the content of this article. I hope you will like it.

Related Article

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.