for the newest standards compliant browsers
use:
<BUTTON ID="somethingUnique1" TYPE=reset><IMG
NAME="usedForRolloverScript" SRC=""
BORDER="0"></BUTTON>
or
try this for older browsers:
<A
HREF="javaScript:document.formname.reset();"><IMG
NAME="usedForRolloverScript" SRC="" BORDER="0"></A>
Anthony -
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Henning Sittler
Sent: Wednesday, May 22, 2002 1:13 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: ARG - Form Image Button
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Henning Sittler
Sent: Wednesday, May 22, 2002 1:13 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: ARG - Form Image Button
I can't for the life of me figure out what I'm missing here. I'm including some source code and explanation, so this will be a lengthy question.
Skip to: ** THE PROBLEM ** to save time.
I'd like to use a Reset button on a form, but using <input
type=image> so that I don't have to use an ugly grey form button. My
Submit image button works great. In fact, the Reset button works too, but
it doesn't reset anything, it acts just like the Submit
button.
... deleted
