PDA

Click to See Complete Forum and Search --> : How do I reset my form


VBDever
Mar 1st, 2001, 04:45 PM
I have an asp that calls a function that updates our db. How do I reset the asp after the submit button has been clicked, thus allowing a user to enter another record.

nybble
Mar 1st, 2001, 06:49 PM
after the submit has been made and everything is saved you can do a metarefresh to another page, or just do a redirect back to the form. i also believe there is a java command for clearing all form fields. probably like formname.reset, check webmonkey to double check.