Internet Explorer Mobile HTML Collections

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This section contains a list of the collections exposed by the Dynamic HTML (DHTML) Object Model for Internet Explorer Mobile.

The following table shows the HTML collections.

HTML collection Description

all

Contains all the elements in the document.

anchors

Contains an array of anchor objects in the document.

children

Retrieves a collection of all the direct descendants of the object.

elements

Contains all the controls in a given form.

forms

Contains all FORM XHTML Element related objects, in source order, for the document.

frames

Retrieves a collection of all FRAME XHTML Element related objects defined by the given document or defined by the document associated with the given window.

images

Retrieves a collection for all the IMG XHTML Element related objects in the document.

links

Retrieves a collection for all the A XHTML Element related objects that have an HREF in the document.

options

Retrieves a collection of OPTION XHTML Element related objects in a SELECT XHTML Element related object.

See Also

Other Resources