Validate an Email Address with Javascript

Checking to see if a user entered email address is actually valid or not is always a good thing to do.

What this script does is check to see if there is at least one @ sign and one . in the email address. That doesn't necessarily mean that it is an actual email address, it just means that is looks like a valid email address based on its syntax.

Grab the code for FREE at the bottom of the page!

Email Address:

Grab the code by clicking here.