JavaScript form validation items to note _javascript tips

Source: Internet
Author: User

JavaScript form Programming:

How to find a FORM element:

1.var Oform=document.getelementbyid ("Form1");

2.var oform=document.forms[form1]//through name lookup;

Two. Common features of form fields:

Disabled: This property is used to indicate whether a form control is available;

Form property: This property returns the form that contains the field;

Blur (): This method causes form fields to lose focus;

Focus (): This method causes the form field to be focused;

Blur event: When a form field loses focus, the event occurs, and then the onblur event handler is executed;

Focus Event: Occurs when the form field is focused, and then executes the onfocus event handler;

Third: Form submission, resetting

Sumbit:oform Sumbit ();

Reset:oform Reset ();

Four. Get the value of the text box:

Length otext.value.length;

Five: Add element node, text node, delete element

Createlement,creattextnode,remove;

Six: Select the value of the check box: Select

Seven: Form validation Best Practices:

Must be helpful to the user;

Don't let people hate you;

Use HTML instead of JavaScript whenever possible

Show all errors at once;

Catch errors early;

Don't be too strict if you are unsure;

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.