Hallo,
bezüglich Internet Explorer und dessen HTML-DOM nachfolgend alle Collectionen zum Objekt documment. Collection ist ein Feld von Referenzen z.B. Zeigerfeld von Link-Objekten.
Eine Collection kann naturülich auch programmiert werden z.B. in dem
per getElementsByXXXX-funktionen die Zeiger eingesammelt werden in ein Feld. Das ist nötig, wenn keine Collection zum Objekt bereits vorhanden ist (doucment hat aber collection linkls)
Gruss Tom.
Collection Description
all Returns a reference to the collection of elements contained by the object.
anchors Retrieves a collection of all a objects that have a name and/or id property. Objects in this collection are in HTML source order.
applets Retrieves a collection of all applet objects in the document.
childNodes Retrieves a collection of HTML Elements and TextNode objects that are direct descendants of the specified object.
embeds Retrieves a collection of all embed objects in the document.
forms Retrieves a collection, in source order, of all form objects in the document.
frames Retrieves a collection of all window objects defined by the given document or defined by the document associated with the given window.
images Retrieves a collection, in source order, of img objects in the document.
links Retrieves a collection of all a objects that specify the HREF property and all area objects in the document.
namespaces Retrieves a collection of namespace objects.
scripts Retrieves a collection of all script objects in the document.
styleSheets Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.