Email verify

Discussion in 'ASP' started by ottagolater, Sep 30, 2008.

  1. ottagolater

    ottagolater New Member

    Joined:
    Sep 30, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I sent up an email form for my web site. I have a .htm page that has the form. When submitted it goes to a .asp page so the user can verify their entries. When that page is submitted it returns a thank you page and then redirects back to the home page. Works great.

    Only thing I am missing is input verification. If someone submits a blank page They get a error with no message.

    Main verification is the email address.

    Windows CDO ( CDO 2.0 or CDOSYS)
     
  2. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    Are using JavaScript to verify email address?
     
  3. ottagolater

    ottagolater New Member

    Joined:
    Sep 30, 2008
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    No JavaScript in the sending of the email. just html code.
     
  4. pradeep

    pradeep Team Leader

    Joined:
    Apr 4, 2005
    Messages:
    1,645
    Likes Received:
    87
    Trophy Points:
    0
    Occupation:
    Programmer
    Location:
    Kolkata, India
    Home Page:
    http://blog.pradeep.net.in
    Then in your server-side script put a checking for a blank value passed in the email address field.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice