TOC PREV NEXT INDEX

Put your logo here!


elements


elements returns an array of all the form controls contained in the FORM element.

Syntax

controls = form.elements 

Parameters

controls is a nodeList.

Example

inputs = document.getElementById("form1").elements 

Notes

None.

Specification

elements


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX