Summary of JavaScript-based methods for verifying whether the browser supports javascript

Source: Internet
Author: User

Effect:
 
Let's take a look at how other websites do it:
Google.com Logon: both the client and server have been verified, and the message is the same.
Logon to baidu.com: the password input box is blocked.
Http://fanfou.com/register: the client and the background are verified, but the prompt information is not the same way
Http://login.xiaonei.com/Login.do: User prompts after disabling Js
My implementation steps:
Thoughts:
1. The submit button is not displayed by default (JavaScript is disabled). If it is enabled, the submit button is displayed.
2. display the prompt information through <noscript> ............ </noscript>.
Code:
Copy codeThe Code is as follows:
<Noscript>
<Div style = "color: red"> your browser does not support javascript and some functions cannot be used </div>
</Noscript>
<Div id = "js_support" style = "display: none">
<P id = "pSubmit"> <input type = "submit" name = "registerform" value = "" onclick = "return submitform (); "/> </p>
</Div>
<Script type = "text/javascript">
$ ("Js_support"). style. display = "block ";
</Script>

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.