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.
Printable View
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.
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.