javascript document write( ), writeln( )

When invoked as the page loads, these methods can dynamically add content to the page. When invoked after the page has loaded, a single method invoc

javascript document routeEvent( )

Used inside an event handler function, this method directs Navigator 4 to let the event pass to its intended target object. The method does not caus

javascript document removeBinding( )

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

javascript document releaseEvents( )

The opposite of document.captureEvents( ) , this method turns off event capture at the document level for one or more specific events named in the

javascript document recalc( )

Forces the recalculation of expressions assigned to element attributes via the setExpression( ) method. Needed only when automatic recalculation i

javascript document queryCommandValue( )

Returns the value associated with the command, such as the name font of the selection. Available only in the Win32 platform for IE 4.

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.