Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
The forms collection contains all FORM XHTML Element related objects, in source order, for the document.
| Property | Data type | Access | Description |
|---|---|---|---|
length |
Long |
Read-only |
The number of form objects in the collection. To find the number of elements in a particular form object, use document.forms[index].elements.length rather than document.forms[index].length. |
item |
Object |
Read-only |
Returns a particular form object, given its name or index. |
Requirements
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |