- window.document.all - collection of all tags and elements in the main body of the document.
- window.document.anchors - collection of all anchors.
- window.document.applets - collection of all objects including embedded controls, embedded graphical applets and other objects.
- window.document.embeds - collection of all embedded objects.
- window.document.forms - collection of all shapes.
- window.document.images - collection of all pictures.
- window.document.links - collection of all links and tags AREA.
- window.document.scripts - collection of all scripts.
- window.document.stylesheets - collection of all properties of the style.
- window.frames - collection of frames
- document.stylesheets(number).imports - collection of all imported style properties of the style sheet "number".
- window.navigator.mimetypes - collection of all mimes supported by the browser.
- window.navigator.plugins - collection of all embedded objects is analogous to the embeds collection.
- object.areas - collection of all areas of the picture-map.
- object.cells - collection of cells in a row (TH and TD objects).
- object.elements - collection of all form elements.
- object.filters - collection of tag filters.
- object.options - collection of option tags of select tag.
- object.rows - collection of all rows of a table object (TABLE), including thead, tbody, tfoot.