How to deal with broken form <input type=image> in IE

[code]
<form method="post">
<input type="hidden" name="myName" value="" />
<input type="image" name="submit" value="42" src="icon.gif" onclick="this.form.myName.value = this.value">
</form>
[/code]
Leave Your Comment
All fields marked with "*" are required.