Internet Explorer Embedded HTML Collections (Windows Embedded CE 6.0)
1/6/2010
This section contains a list of the collections that the HTML dynamic object model (DOM) for Internet Explorer Embedded contains.
HTML collection | Description |
---|---|
Contains all the elements in the document. |
|
Contains an array of anchor objects in the document. |
|
Retrieves a collection of all the direct descendants of the object. |
|
Contains all the controls in a given form. |
|
Contains all FORM XHTML Element related objects, in source order, for the document. |
|
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. |
|
Retrieves a collection for all the IMG XHTML Element related objects in the document. |
|
Retrieves a collection for all the A XHTML Element related objects that have an HREF in the document. |
|
Retrieves a collection of OPTION XHTML Element related objects in a SELECT XHTML Element related object. |