Email verify

Newbie Member
30Sep2008,09:11   #1
ottagolater's Avatar
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)
Team Leader
30Sep2008,12:27   #2
pradeep's Avatar
Are using JavaScript to verify email address?
Newbie Member
30Sep2008,17:04   #3
ottagolater's Avatar
No JavaScript in the sending of the email. just html code.
Team Leader
30Sep2008,17:21   #4
pradeep's Avatar
Then in your server-side script put a checking for a blank value passed in the email address field.