Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
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 Elementrelated objects, in source order, for the document.

frames

Retrieves a collection of all FRAME XHTML Elementrelated 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 Elementrelated objects in the document.

links

Retrieves a collection for all the A XHTML Elementrelated objects that have an HREFin the document.

options

Retrieves a collection of OPTION XHTML Elementrelated objects in a SELECT XHTML Elementrelated object.

See Also

Other Resources