The Form object in DHTML represents a form element on a page.
.action. Specifies the URL where the form data is sent to.
.elements. An array object for each element in the form in the order of appearance.
.encoding. String with the MIME encoding as specified by the ENCTYPE attribute.
.method. String with the method of submission (GET, POST, etc.)
.target. String with the name of the window to which responses to form submissions are sent.
.reset().
.submit().
onReset
Page Modified: (Hand noted: 2007-08-17 21:40:24Z) (Auto noted: 2007-11-17 06:42:36Z)