Verify E-mail Address
General
Collecting e-mail addresses in a form are important as they are generally the only method of contacting the user. This script will verify an e-mail address is entered correctly by requiring the user to re-enter the address, checking to make sure there is no typographical error. This script can also be used for passwords or other information that must be verified before being submitted.
Notes
- Created by: William Bontrager
- Web Site: http://www.willmaster.com/
- Posted: January 12, 2009
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: verifyAddress.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(0 comments)