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

Published Date Author: , Posted October 22nd, 2009 at 12:01:19am

[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]

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.