Hi,
How I use image as submit button.
Currently using :
<INPUT type="submit" name="ACTION" id="ACTION" value="NETQUOTEVAR:NEXTBUTTON" width="108" height="17">
When i change the type from SUBMIT to IMAGE and define SRC it work fine in Firefox but doesn't in Internet Explorer and i want in both Firefox as well as in Internet Explorer
There is no 'form' in the page, I created a form to submit on image click , but it doesnt works.
What could be the possible onclick="" code on an image like:
<a href="#"><img src="images/save_button.jpg" width="95" height="22" onClick=""/></a>
How I use image as submit button.
Currently using :
<INPUT type="submit" name="ACTION" id="ACTION" value="NETQUOTEVAR:NEXTBUTTON" width="108" height="17">
When i change the type from SUBMIT to IMAGE and define SRC it work fine in Firefox but doesn't in Internet Explorer and i want in both Firefox as well as in Internet Explorer
There is no 'form' in the page, I created a form to submit on image click , but it doesnt works.
What could be the possible onclick="" code on an image like:
<a href="#"><img src="images/save_button.jpg" width="95" height="22" onClick=""/></a>
Comment