|
You could write the page in ASP.NET - it has a handy feature called 'Viewstate' which does pretty much exactly what you're describing.
Also, if you use Javascript validation, don't forget to leave the server side validation in place because not everyone has JavaScript turned on. Also make sure that turning off JavaScript doesn't make it impossible to submit the form.
ASP.NET has some great form validation controls, and gives you the ability to write your own. It handles both client and server side validation for you.
__________________
Minaki Serinde MCP
"Wow, Linux is nearly on-par with Windows ME!"
Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|