AvailabilityDOM Level 1 HTML Inherits from/OverridesNode Element HTMLElement HTMLFormElement Properties
In addition to the properties above, HTMLFormElement also defines the properties in the following table, which correspond directly to HTML attributes.
Methods
DescriptionThis interface represents a <form> element in an HTML document. The elements property is an HTMLCollection that provides convenient access to all elements of the form. The submit( ) and reset( ) methods allow a form to be submitted or reset under program control. See the Form object in the client-side reference section for more details. See AlsoForm object in the client-side reference section Type ofHTMLButtonElement.form, HTMLFieldSetElement.form, HTMLInputElement.form, HTMLIsIndexElement.form, HTMLLabelElement.form, HTMLLegendElement.form, HTMLObjectElement.form, HTMLOptionElement.form, HTMLSelectElement.form, HTMLTextAreaElement.form |