Results 1 to 15 of 15

Thread: valid email address

Hybrid View

  1. #1
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    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.

  2. #2

    Thread Starter
    Addicted Member soluga's Avatar
    Join Date
    Dec 2005
    Location
    Manchester (Uk)
    Posts
    211

    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
  •  



Click Here to Expand Forum to Full Width