|
-
Jun 26th, 2006, 10:26 AM
#1
Re: valid email address
You could look into regex (unless you're talking about authenticating that the address is real rather than the format)?
Good article on this:
http://www.4guysfromrolla.com/webtech/052899-1.shtml
You won't need to use javascript for this, but you can make use of the pattern they provide. Just ad a regular expression control to your loop and handle the matches.
Last edited by sevenhalo; Jun 26th, 2006 at 10:33 AM.
-
Jun 26th, 2006, 10:32 AM
#2
Thread Starter
Addicted Member
Re: valid email address
I am not bothered if it is real, just that it is in the correct format.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|