Hi all,
is it possible to have a button with an image that when clicked doesnt try to submit the form?
Everytime I click on the button image it tries to submit the form.
Thanks!
is it possible to have a button with an image that when clicked doesnt try to submit the form?
Everytime I click on the button image it tries to submit the form.
Code:
<input type=\"image\" src=\"images/cut.gif\" onClick=\"document.loanlogform.DRECORDED.value=''\">
Thanks!