1. window.frames - collection of all frames.
  2. window.document.all - collection of all tags and objects in the basic part of the document.
  3. window.document.anchors - collection of all anchors.
  4. window.document.applets - collection of all objects including the built - in elements of management graphic objects, applets, introduced and other objects.
  5. window.document.embeds - collection of all embeded objects.
  6. window.document.forms - collection of all forms.
  7. window.document.images - collection of all pictures.
  8. window.document.links - collection of all references and tags AREA.
  9. window.document.scripts - collection of all scripts.
  10. window.document.stylesheets - collection of all properties of style(tags STYLE).
  11. document.stylesheets(n).imports - collection of all imported properties of style of the table of styles "n".
  12. window.navigator.mimetypes - collection all of MIME, supported by the browser.
  13. window.navigator.plugins - Collection of all embeded objects, analogue a collection "embeds".
  14. object.areas - collection of all areas of a picture-map.
  15. object.cells - collection of cells in a line (objects: TH and TD).
  16. object.elements - collection of all elements of the form.
  17. object.filters - Collection of filters of the tag (object).
  18. object.options - collection of the tags OPTION of the tag SELECT.
  19. object.rows - collection of all lines of object of the tables (TABLE), including: THEAD, TBODY, TFOOT.