HTML form data can easily be validated using JavaScript before it is sent to the server. Form data that is typically checked by a JavaScript is the following: • Are required fields empty? • Are e-mail addresses valid? • Are dates valid? • Was text entered in a numeric field? The following example contains a [...]