on the <form> tag, put name="blah"
and then for the image, do <a href="JavaScript:document.blah.submit"><img src="heh.jpg"></a>
the </form> tag doesn't have to be after the image, i suggest putting it after the last form object
or you can do this
<input type="image" src="heh.jpg" onClick="document.blah.submit">