elements
Property of dom/HTMLElementdom/HTMLElement
Syntax
var result = element.elements;
element.elements = value;
Notes
Remarks
This collection can contain any combination of the button, input, select, and textArea objects. For compatibility with existing Web content, however, input type=image objects are excluded. A complete list of form controls is provided in the Introduction to Forms.
Syntax
Standards information
There are no standards that apply here.
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]