forms HTML Collection
The forms collection contains all form 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.
Note Supported only for devices running Windows Mobile 2002 software or later. |
Requirements
Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.