You are here: irt.org | FAQ | JavaScript | Form | 11 | Q61 [ previous next ]
Officially none - as JavaScript does not support the IMAGE type as an input type.
The workaround is too use a normal image link:
<a href="javascript:someFunction()"><img src="someImage.gif" onClick=someFunction()"></a>