Javascript

Topic: JS Validation

What is a JavaScript Form Validation?

JavaScript can be used to validate data in HTML forms before sending off the content to a server.Form data that typically are checked by a JavaScript could be:    has the user left required fields empty?    has the user entered a valid e-mail address?    has the user entered a valid date?    has the user entered text in a numeric field?

Browse random answers: