HOW TO SUBMIT A FORM BY CLICKING AN IMAGE BUTTON
It's possible?
Yes is possible to submit a form by clicking a IMAGE with javascript script.
Here is the script:
<form name="Form">
<input name="name_input" type="text" /><br />
<a href="javascript:document.Form.submit();"><img height="37" alt="Submit button" width="124" src="/userfiles/Untitled-1.gif" /></a>
</form>
Click the image button link to see the example and look in the adress bar to see the input value submited