Is there a way to create an image button that IS a reset button?

I tried this:
<html:image src="reset.gif" onclick="document.MyForm.reset()" />

and this:
<html:reset><html:image src="reset.gif"
onclick="document.MyForm.reset()" /></html:reset>

But unfortunately, it didn't work! :-(

Marcus


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to