Javascript restricted text box can only be an integer or decimal number _ javascript skills

Source: Internet
Author: User
How to use JavaScript to restrict text box input and only allow the input of integers or floating-point numbers with a decimal digit. This article shares a code example, if you have a need, refer to form verification. Do you have to enter only numbers in a certain input box? Only integer numbers or decimal numbers are allowed. The following code may help you! By defining the onkeypress, onkeyup, and onblur events in the current input box, the results are still very reliable.

The Code is as follows:



The following is a brief explanation of the onkeypress, onkeyup, and onblur events.

The onkeypress event occurs when the keyboard key is pressed and a key is released.

The onkeyup event occurs when the keyboard button is released.

The onblur event occurs when the object loses focus.

In addition, if you need to strictly verify the form, you must perform dual verification on the client and the server. The above is tightly verified on the client. If you have a little understanding of the program, you can easily bypass this verification code. If the server side does not perform verification, it is very easy to have problems.

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.