in reply to Re: Remembering values from an HTML form
in thread Remembering values from an HTML form
You still need to do the form validation at the server. If the user has disabled javascript then your solution will not work. Also, unless you have written your form processing correctly there is nothing to stop a user saving your form to their local computer and editing it - even re-writing your javascript if they need to.
However, well written javascript will enable a user to get immediate feedback on the form data without submitting it. Just don't rely on it.