Forum Moderators: open

Message Too Old, No Replies

Form Reset Button

Possible to replace with text?

         

Doraemon

3:48 pm on May 27, 2003 (gmt 0)

10+ Year Member



Hi.

I'd like to replace the reset button of my form with a text (saying "reset"; with my website's styles).

Is there a way to do that?

Thanks!

BlobFisk

3:52 pm on May 27, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can use text and wrap it in an anchor that will reset the form:

<a href="javascript:document.formName.reset()" title="Reset this Form">Reset</a>

HTH