Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing
Example 10.9:
The Object Hierarchy
The document Object
- alinkColor: the ALINK attribute.
- anchor: an anchor in the document.
- anchor: an array listing all the anchors in the document.
- bgColor: the BGCOLOR attribute.
- cookie: a cookie.
- fgColor: the TEXT attribute.
- form: a form in the document.
- forms: an array listing all the forms in the document.
- lastModified: the date the document was last modified.
- linkColor: the LINK attribute.
- link: a link in the document.
- links: an array listing all the links in the document.
- location: the complete URL of the document.
- referrer: the URL of the document linked to this one, from which the user arrived.
- title: the document's title.
- vlinkColor: the VLINK attribute.
Top Level (Example 10.9)-|-Previous Hierarchy Level-|-Return to Chapter Listing