Property
|
Description
|
AlinkColor
|
The color of active links
|
BgColor
|
The background color of web page. This is set in the <BODY> tag. The following code sets the background color to white. document.bgColor = "#FFFFFF"
|
Cookie
|
Used to recognizes the value of a cookie
|
Domain
|
The domain name of document server
|
Embeds
|
An array having all the plugins in a document
|
FgColor
|
The text color attribute set in the <body> tag
|
FileCreatedDate
|
employ this value to illustrates when the loaded HTML file was created
|
fileModifiedDate
|
employ this value to illustrates the last change date of the HTML file currently loaded
|
lastModified
|
The date the file was changed last
|
Layers
|
An array containing all of the layers in a document
|
LinkColor
|
The color of HTML links in the document. It is denoted in the
<BODY> tag.
|
Title
|
The name of the current document as defined among the header
<TITLE> tags.
|
URL
|
The location of current document
|
VlinkColor
|
The color of visited links as denoted in the <BODY> tag
|
|
|