Javascript Reference
Objects > document
javascript document layers[ ]
Returns an array of all Navigator 4-only layer element objects in the current document. Also included in the array are references to other HTML ele
javascript document linkColor
Starting with IE 4 and Netscape 6, you should switch to using the W3C DOM alternative, document.body.link, or style sheets.
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
javascript document media
Returns a string indicating the output medium for which the content is formatted. The property returns an empty string as of IE 6, and throws a secu
javascript document mimeType
Returns a string indicating the basic document type, but not in a MIME format. For an HTML document, the string returned changed starting with IE 5.
javascript document nameProp
Returns a string containing the same data as document.title , including an empty string if no title element exists in the document. This property
javascript document namespaces[ ]
Returns a collection of IE namespace objects implemented in the current document. A namespace object is a gateway to loading external behaviors.
javascript document parentWindow
Returns a reference to the window object (which may be a frame in a frameset) that contains the current document. Use this reference to access the
javascript document plugins[ ]
Returns an array of all embedded objects ( embed elements) in the current document. Items in this array are indexed (zero-based) in source code orde
javascript document protocol
Returns a plain-language string describing the protocol used to load the current document. Unlike the location.protocol property's literal value (e
javascript document readyState
Returns the current download status of the document content. If a script (especially one initiated by a user event) can perform some actions while t
javascript document referrer
Returns a string of the URL of the page from which the current page was accessed, provided the original page had a link to the current page. Many se
javascript document scripts[ ]
Returns an array of all script objects ( script elements) in the current document. Each script object may contain any number of functions. The
javascript document security
Returns a string describing the security policy in force for the current document.
javascript document selection
Returns a selection object. To work with text that has been selected by the user or script, you must convert the selection to a TextRange object
< 31-45 / 96 >

Powered by Linode.