Internet Explorer Mobile HTML Collections
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 Pocket PC 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 objects, in source order, for the document. |
frames (PPC) | Retrieves a collection of all frame objects defined by the given document or defined by the document associated with the given window. |
images | Retrieves a collection for all the image objects in the document. |
links | Retrieves a collection for all the link objects that have an HREF in the document. |
options | Retrieves a collection of OPTION objects in a SELECT object. |
The following table shows the Smartphone 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 objects, in source order, for the document. |
images | Retrieves a collection for all the image objects in the document. |
links | Retrieves a collection for all the link objects that have an HREF in the document. |
options | Retrieves a collection of OPTION objects in a SELECT object. |
See Also
Internet Explorer Mobile HTML Elements | Internet Explorer Mobile HTML Objects
Send Feedback on this topic to the authors