Hi , i wanted to reset the fields (2 textboxes) on my
jsp page. I thought that using the reset HTML button would do the trick but that doesn't work
I am currently using the following code inside my form
When i click on this button the form does clear the textboxes and then goes to the dopost method.
I thought that the HTML reset field doesn't do a post or get and simply resets all fields which are within the form it is present in..
Any suggestion on what could be going wrong.How can i just reset the fields without getting it to do a form post action