|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I've got a button image that I want to use to reset a form rather than use the default reset button (ugly!!). Anyone know how to do this?
Thanks. |
|
#2
|
|||
|
|||
|
I've never tried this myself but try with...
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre> <input type="reset" name="reset" src="image.jpg"> [/code] Take a look at the URL below for options... http://www.htmlhelp.com/reference/h...orms/input.html Toby [This message has been edited by Toby (edited August 08, 2000).] |
|
#3
|
|||
|
|||
|
Why not just an image that reloads the page? That's the simplest solution. Otherwise, you would need an image with an HREF that calls a JavaScript function that sets all your form fields to "".
|
|
#4
|
|||
|
|||
|
Use javascript or load the page again...
a href="javascript:document.forms[0].reset()" Michiel Verkoijen Interaction Designer www.websilon.nl |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Form reset buttom |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|