|
|
Email Validator |
|
|
Premshree Pillai |
|
|
JavaScript / Forms |
|
|
Click to Visit |
|
|
10 |
|
With this JavaScript you can validate any email address supplied by the user while filling up any of the forms in your page. The script supports two types of functions that control email validation. isEmail() is the function that validates the email. If the user has entered a valid email address then it returns true, else the function returns false. The isEmail() function doesn’t use the regular expressions for validating the email address. The isEmail2() function uses the regular expressions for validating the email address.
|