WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMHTMLFormElement

IID:a6cf908f-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMHTMLElement

Properties

DOMString acceptCharset

DOMString action

readonly nsIDOMHTMLCollection elements

The nsIDOMHTMLFormElement interface is the interface to a [X]HTML form element.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/

DOMString enctype

readonly PRInt32 length

DOMString method

DOMString name

DOMString target


Methods

void reset ( ) void submit ( )

void reset ( )


void submit ( )


References

This interface is the type of the following properties:

nsIDOMHTMLButtonElement.form, nsIDOMHTMLFieldSetElement.form, nsIDOMHTMLInputElement.form, nsIDOMHTMLIsIndexElement.form, nsIDOMHTMLLabelElement.form, nsIDOMHTMLLegendElement.form, nsIDOMHTMLObjectElement.form, nsIDOMHTMLOptionElement.form, nsIDOMHTMLSelectElement.form, nsIDOMHTMLTextAreaElement.form

This interface is passed as an argument to the following methods:

nsIFormSubmitObserver.notify

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com