Email address validation using JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumit19922012
    New Member
    • Oct 2012
    • 1

    Email address validation using JavaScript

    I am Set email address as a primary key in my table.how i validate email address that the same email address does not stored in table by form the message is shown that this email already exist.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    if you have an email address already in the table, you cannot save it again (within a new entry).

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      You can't do that with just javascript. You will have to use a server side script.

      Comment

      Working...