javascript document queryCommandText( )

Returns text associated with the command. Available only in the Win32 platform for IE 4.

javascript document queryCommandSupported( )

Determines whether the named command is supported by the document object. Available only in the Win32 platform for IE 4.

javascript document queryCommandState( )

Determines the current state of the named command. Available only in the Win32 platform for IE 4.

javascript document queryCommandIndeterm( )

Specifies whether the command is in an indeterminate state. Available only in the Win32 platform for IE 4.

javascript document queryCommandEnabled( )

Specifies whether the command can be invoked in light of the current state of the document or selection. Available only in the Win32 platform for IE

javascript document open( )

Opens the output stream for writing to the current window or frame. If document.clear( ) has not already been invoked, it is automatically invoked

javascript document loadBindingDocument( )

The loadBindingDocument method of document is described in chapter: javascript document addBinding( ), getAnonymousElementByAttribute( ), getAnonymous

javascript document importNode( )

Imports a node object from another loaded document into the current document, but not yet into the document tree.

javascript document hasFocus( )

Returns Boolean true if the document or any element in the document has focus.

javascript document handleEvent[ ]

Instructs the document object to accept and process the Navigator 4-only event whose specifications are passed as the parameter to the method. The

javascript document getSelection( )

In Navigator 4, this method captures the current text selection in the document. The method is deprecated in Netscape 6 in favor of the window.getSe

javascript document getElementsByName( )

Returns an array of references to all element nodes from the document tree whose name attribute value matches the parameter value.

javascript document getElementById( )

Returns a reference to an element node from the document tree whose id attribute value matches the parameter value. If there is no match, the metho

javascript document getBindingParent( )

See addBinding( ).

javascript document getAnonymousNodes( )

The getAnonymousNodes method of document is placed in chapter: javascript document addBinding( ), getAnonymousElementByAttribute( ), getAnonymousNodes