OBJECT | EXPLANATION | DEF
|
alinkColor | A string that specifies the ALINK attribute. | NS2+
|
anchors | An array containing an entry for each anchor in the document. | NS2+
|
bgColor | A string that specifies the BGCOLOR attribute. | NS2+
|
cookie | Specifies a cookie. | NS2+
|
fgColor | A string that specifies the TEXT attribute. | NS2+
|
lastModified | A string that specifies the date the document was last modified. | NS2+
|
linkColor | A string that specifies the LINK attribute. | NS2+
|
links | An array containing an entry for each link in the document. | NS2+
|
referrer | A string that specifies the URL of the calling document. | NS2+
|
title | A string that specifies the contents of the TITLE tag. | NS2+
|
URL | A string that specifies the complete URL of a document. | NS2+
|
vlinkColor | A string that specifies the VLINK attribute. | NS2+
|
close | Closes an output stream and forces data to display. | NS2+
|
open | Opens a stream to collect the output of write or writeln methods. | NS2+
|
write | Writes one or more HTML expressions to a document in the specified window. | NS2+
|
writeln | Writes one or more HTML expressions to a document in the specified window and follows them with a newline character. | NS2+
|
applets | An array containing an entry for each applet in the document. | NS3+
|
domain | Specifies the domain name of the server that served a document. | NS3+
|
embeds | An array containing an entry for each plug-in in the document. | NS3+
|
formName | A separate property for each named form in the document. | NS3+
|
forms | An array a containing an entry for each form in the document. | NS3+
|
images | An array containing an entry for each image in the document. | NS3+
|
plugins | An array containing an entry for each plug-in in the document. | NS3+
|
layers | Array containing an entry for each layer within the document. | NS4+
|
captureEvents | Sets the document to capture all events of the specified type. | NS4+
|
getSelection | Returns a string containing the text of the current selection. | NS4+
|
handleEvent | Invokes the handler for the specified event. | NS4+
|
releaseEvents | Sets the window or document to release captured events of the specified type, sending the event to objects further along the event hierarchy. | NS4+
|
routeEvent | Passes a captured event along the normal event hierarchy. | NS4+
|