B
Boxter
I have a form which I validate client side using javascript. When submitted
with the POST method it calls an asp file which updates the database and
sends a confirmation e-mail.
However before any updates or mails are sent I want to do server side
validation. In the event of an input error, I want to Return the user to the
Same input form with a message in the form pointing out the offending input.
How can I do this. At the moment the form clears once the asp page is called.
with the POST method it calls an asp file which updates the database and
sends a confirmation e-mail.
However before any updates or mails are sent I want to do server side
validation. In the event of an input error, I want to Return the user to the
Same input form with a message in the form pointing out the offending input.
How can I do this. At the moment the form clears once the asp page is called.