Javascript Reference
Objects > document
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 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 importNode( )
Imports a node object from another loaded document into the current document, but not yet into the document tree.
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 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 location
Indicates the URL of the current document. This property was deprecated because it may conflict with the window.location property. Netscape 6 drops
< 91-96 / 96

Powered by Linode.