On Fri, 13 Jul 2001 14:46:41 -0700, Brandon Orther
([EMAIL PROTECTED]) wrote:
>Hello,
>
>I am making a script at the moment and want to use images instead of
>the
>usual buttons.  Does anyone know how I can use the image as a reset
>button?
>Thank you,
>
>--------------------------------------------
>Brandon Orther
>WebIntellects Design/Development Manager
>[EMAIL PROTECTED]
>800-994-6364
>www.webintellects.com
>--------------------------------------------
>

<img src="reset.gif" onclick="document.forms[0].reset()">

substitute the name or number of the form for forms[0] if necessary.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to