Share via


forms HTML Collection

Send Feedback

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 Smartphone 2002 and Pocket PC 2002 software or later.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later

See Also

Internet Explorer Mobile HTML Collections

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.