Code Program

Form Submit issue with Image Button

I have an html form in which submit and reset buttons are images. Reset button is using JavaScript to reset all the input fields to the default value. But when I press enter in any field than form submits by default. But before that the reset button also fires the JavaScript function and reset all [...]