![]() |
|
Menu
Online Stores
Search this Site
Miscellaneous |
Path = Home : Form Tips : How To Add A Reset Button To A Form |
|
How To Add A Reset Button To A Form
When the reset button is clicked all the values in the form will be reset to their initial values. To test it, type some text into the box and then press the reset button. <input type="submit" name="Reset" value="Reset">
|
||