document

The document object refers to the current document, and all the objects it contains, including objects within the document HEAD. All references to an object within the current page must be preceeded by a 'document' statement.

DOM Reference

Internet Explorer

window.document

Netscape Navigator

window.document

The properties of the document object are:

activeElement
alinkColor
bgColor
body
charset
cookie
defaultCharset
domain
expando
fgColor lastModified
linkColor
location
parentWindow
readyState
referrer
selection
title
url
vlinkColor

The Methods of the document object are:

captureEvents()
clear()
close()
createElement()
createStyleSheet()
elementFromPoint()
execCommand()
getSelection()
handleEvent()
open() queryCommandEnabled()
queryCommandIndeterm()
queryCommandState()
queryCommandSupported()
queryCommandText()
queryCommandValue()
releaseEvents()
routeEvent(
write()
writeln()

The Collections and Arrays for the document object are:

all [ ]
anchors [ ]
applets [ ]
classes [ ]
children [ ]
embeds [ ]
filters [ ]
forms [ ] frames [ ]
ids [ ]
images [ ]
links [ ]
plugins [ ]
scripts [ ]
styleSheets [ ]
tags [ ]

The Event Handlers for the document object are:

onAfterUpdate
onBeforeUpdate
onClick
onDblClick
onDragStart
onErrorUpdate
onHelp
onKeyDown
onKeyUp onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onReadyStateChange
onRowEnter
onRowExit
onSelectStart