Topic awaiting preservation: Multiple JavaScript E-mail Validation (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Plano, TX |
posted 08-20-2002 18:21
Does anyone know of a JavaScript for multiple e-mail address validation (for my purposes, two e-mail addresses)? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-20-2002 19:28
Well most email validation scripts are some sort of regular expressions checked against the value given here's a simple function to check an email addy code: function checkemail(str){
|
Bipolar (III) Inmate From: Plano, TX |
posted 08-20-2002 22:12
I think I can see the crux of what you're saying, but my problem is knowing which variable names to exchange for my two form fields ("To" and "From"). |