Share via


forms HTML Collection

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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.

> [!NOTE] > Supported only for devices running Smartphone 2002 and Pocket PC 2002 software or later.

Requirements

Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also

Concepts

Internet Explorer Mobile HTML Collections