JS Basic
JS HOME
JS Introduction
JS How To
JS Where To
JS Variables
JS Operators
JS Functions
JS Conditional
JS Looping
JS Guidelines

JS Advanced
JS String Object
JS Array Object
JS Date Object
JS Math Object
JS Window
JS Form
JS Browser

Examples/Quiz
JS Examples
JS Quiz Test

References
JS Objects

Resources
JS Books

JavaScript Form Controls

Examples

E-mail validation
How you can validate an input-field that contains an e-mail address.

Value validation
How you can validate an input-field with min and max values.

Length validation
How you can validate number of letters in an input-field.

Form validation
A form containing all of the validation above.

Focus
How to set focus on an input field.

Selected
How to make the content in an input field selected.

Radio button
How the client can select options from radio buttons.

Checkbox
How the client can select options from checkboxes.

Select from a dropdown list
How the client can select options from a drop down list.

Select more than one option
How the client can select many options from a drop down list.