Definition: The Reset object is used with form processing in Javascript to reset the form back to its original values. This is not a reserved word so you can declare your own variable or function called reset but if you do then you will not be able to reset forms.
Examples:
myform.reset;

