Returns text associated with the command. Available only in the Win32 platform for IE 4.
Determines whether the named command is supported by the document object. Available only in the Win32 platform for IE 4.
Determines the current state of the named command. Available only in the Win32 platform for IE 4.
Specifies whether the command is in an indeterminate state. Available only in the Win32 platform for IE 4.
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
Opens the output stream for writing to the current window or frame. If document.clear( ) has not already been invoked, it is automatically invoked
The loadBindingDocument method of document is described in chapter: javascript document addBinding( ), getAnonymousElementByAttribute( ), getAnonymous
Imports a node object from another loaded document into the current document, but not yet into the document tree.
Returns Boolean true if the document or any element in the document has focus.
Instructs the document object to accept and process the Navigator 4-only event whose specifications are passed as the parameter to the method. The
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
Returns an array of references to all element nodes from the document tree whose name attribute value matches the parameter value.
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
The getAnonymousNodes method of document is placed in chapter: javascript document addBinding( ), getAnonymousElementByAttribute( ), getAnonymousNodes