JAVASCRIPT - HOW TO Validate Email Address Correct Format - Javascript Source Code

JAVASCRIPT - HOW TO Make Sure that an Email Address is in Correct Format [email protected], etc. This does NOT Validate that the Email Address is a Real Email Address that can Receive Email, Just that the Supplied Email is an Email Address Based Upon the Construct

Home Short:

This Javascript code will test that the supplied email address is in the correct syntax/format ie [email protected], [email protected] etc. This does NOT validate that the supplied email address is an actual email address that can receive email, just that the supplied email address is in the correct syntax/format.

Test this for yourself. Enter an email address in the textbox below and click the Email Syntax Valid button.

Feel free to right click this web page and view the source code to see how the validate email Javascript code works.

S
H
A
R
E