Javascript Reference
Objects > document
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 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
javascript document styleSheets[ ]
Returns an array of all styleSheet objects in the current document. Each style object may contain any number of style sheet rules. The styleSheet
javascript document tags[ ]
Used with the Navigator 4-only JavaScript syntax of style sheets, the tags[ ] collection is part of a reference to a single tag type and the style
javascript document title
Unlike the title property for objects that reflect HTML elements, the document.title property refers to the content of the title element defin
javascript document URLUnencoded
Returns the URL of the current document, but with any URL-encoded characters returned to their plain-language version (e.g., %20 is converted to a
javascript document vlinkColor
Color of a hypertext link that has been visited recently. The color is applied to the link text or border around an image or object embedded within
javascript document addBinding( ), getAnonymousElementByAttribute( ), getAnonymousNodes( ), getBindingParent( ), loadBindingDocument( ), removeBinding
This series of Netscape 6 document object methods are part of a browser programming feature called Extensible Binding Language
javascript document width
The content of document widht is the same as javascript document height, width
javascript document captureEvents( )
Instructs the browser to grab events of a specific type before they reach their intended target document objects.
javascript document createEventObject( )
Generates in memory an instance of an empty IE DOM event object. After the generic event is created, its properties can be stuffed with pertinent v
javascript document clear( )
Removes the current document from the window or frame, usually in preparation to open a new stream for writing new content. The document.write( ) a
< 46-60 / 96 >

Powered by Linode.