I am making a custom submission form for one of my webpages and was wondering what is the best way to validate the information entered into the form.
Should I use javascript with a pop-up button for errors or should I use ASP code to verify and redirect?
I want the contents of the form to remain intact since in would be a bit of an inconvience to have to rewrite everything, so if I go with ASP is there an easy way to repopulate a form or do I have to custom build it with variables? Including one for posting the error at the top of the page?
The page as various forms I have to submit one after another till everything is done, all of which are located on the same ASP page, is that ok?
Should I use javascript with a pop-up button for errors or should I use ASP code to verify and redirect?
I want the contents of the form to remain intact since in would be a bit of an inconvience to have to rewrite everything, so if I go with ASP is there an easy way to repopulate a form or do I have to custom build it with variables? Including one for posting the error at the top of the page?
The page as various forms I have to submit one after another till everything is done, all of which are located on the same ASP page, is that ok?




