
The Object Scripting Model - The Document Object
The Document Object.
The Documents' properties.
The alinkColor property (string)
Can be used to return or set the colour of all the Active Links in the
current document.
e.g.
The anchors property (the array of anchors in the current document)
This returns the anchors array of the current document.
The bgColor property (string)
This returns or sets the background colour of the current document.
e.g.
The cookie property (string)
Returns the cookie of the current document.
e.g.
The fgColor property (string)
Returns or sets the foreground colour of the document.
e.g.
The forms property (the array of forms in the current document)
Returns the forms array of the current document.
The frames property (the array of frames in the current document)
Returns the frames array of the current document. This returns the same array
as the window.frames property.
The lastModified property (string)
Returns or sets the lastModified property, this contains the time and date the
HTML document loaded was last modified.
e.g.
The linkColor property (string)
Returns or sets the link colour of the current document.
e.g.
The links property (the array of links in the current document)
This returns the links array of the current document.
The location property (string)
Returns or sets the location (URL) of the current document.
e.g.
The referrer property (string)
Returns or sets the URL of the document that referrs to the current document.
e.g.
The title property (string)
Returns or sets the title of the current document.
e.g.
The vlinkColor property (string)
Sets or returns the Visited Link Colour of the current document.
e.g.