Share via


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

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.