JavaScript Validate Email Resources

Below you will find 0 categories and 2 links related to JavaScript Validate Email Resources.

Links:

JavaScript : Scripts and Programs : Email Scripts

Automatic E-mail This Link

Visit Automatic E-mail This Link

This script automatically captures the title of the current page and the url of the current page and sends them via the user's e-mail client to an address entered in a box on the form. The e-mail address field is also checked to see that it is not empty, and that the e-mail address is in valid format.

  • Cost: Free

E-mail Address Checker

Visit E-mail Address Checker

Boilerplate script to check e-mail addresses for all common entry errors. Uses regular expressions for a short, easy, reliable script to double validate e-mail addresses. Checks name field to see if empty. Checks e-mail address, which must have: "@" symbol and no spaces, one or more good characters before and after "@". Also checks to make sure .xx country code or .com, .net, .edu, .mil, .gov, .org exists at end. First (em) and second (emx) email addresses must be equal and name field must have more than one character to pass the script tests.

  • Cost: Free