How do you create in javascript to do email vaildation? to check must contain 1 @ must contain 1 letter before the @ must contain 1 letter after the @ must not contain spaces, slash, colon, comma or semicolon if the any of the rules are wrong it will alert the user saying "Invalid Email"
you can use some JavaScipts for validating email address from my site: - Email Validation script - Email Validation Checker - and more JavaScripts Thank