This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

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