TOC PREV NEXT INDEX

Put your logo here!


reset()


reset() resets the form to its initial state.

Syntax

form.reset() 

Parameters

None.

Example

document.forms["myform"].reset(); 

Notes

This method is the same as the form reset button.

Specification

reset


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX