ZVON > References > DOM2 Reference

HTMLFormElement (interface )


Own properties:
attributes  -  acceptCharset, action, elements, enctype, length, method, name, target
methods  -  reset, submit

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
The FORM element encompasses behavior similar to a collection and an element. It provides direct access to the contained form controls as well as the attributes of the form element. See the FORM element definition in HTML 4.01.