| JavaScript Form ControlsExamplesE-mail validationHow you can validate an input-field that contains an e-mail address.
 Value validationHow you can validate an input-field with min and max values.
 Length validationHow you can validate number of letters in an input-field.
 Form validationA form containing all of the validation above.
 FocusHow to set focus on an input field.
 SelectedHow to make the content in an input field selected.
 Radio buttonHow the client can select options from radio buttons.
 CheckboxHow the client can select options from checkboxes.
 Select from a dropdown listHow the client can select options from a drop down list.
 Select more than one optionHow the client can select many options from a drop down list.
 |