C
christopher.secord
Normally, a button like <input type="image"> is also a submit button.
Is there any way to override that so that it has an onclick event but
does not submit the form?
For what I'm trying to do, I cannot use an <img> element with onclick.
I have to use a form element (and I'd rather have an image than a
button)
Thanks in advance for any insight.
chris
Is there any way to override that so that it has an onclick event but
does not submit the form?
For what I'm trying to do, I cannot use an <img> element with onclick.
I have to use a form element (and I'd rather have an image than a
button)
Thanks in advance for any insight.
chris