Javascript Reference
Objects > document
javascript document domain
Provides the hostname of the server that served up the document.If documents from different servers on the same domain must exchange content with each
javascript document embeds[ ]
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 expando
Specifies whether scripts in the current document allow the creation and use of custom properties assigned to the document object. The extensible n
javascript document fgColor
Provides the foreground (text) color for the document. While you can change this property in all versions of Navigator, the text does not change dyn
javascript document fileCreatedDate
Returns a string of the date (but not the time) that the server (or local filesystem) reports the currently-loaded file was created. IE 4's value is
javascript document fileModifiedDate
Returns a string of the date (but not the time) that the server (or local file system) reports the currently-loaded file was most recently modified.
javascript document fileSize
Returns the number of bytes for the size of the currently-loaded document. IE for Windows returns this value as a string, while IE for Macintosh ret
javascript document fileUpdatedDate
Returns an empty string. Apparently not officially supported for the document object.
javascript document forms[ ]
Returns an array of all form objects ( form elements) in the current document. Items in this array are indexed (zero-based) in source code order,
javascript document frames[ ]
Returns an array of all iframe objects in the current document. Items in this array are indexed in source code order.
javascript document height, width
Return the pixel dimensions of the entire rendered document. These values coincide with the offsetHeight and offsetWidth property values for the
javascript document ids[ ]
Used with the Navigator 4-only JavaScript syntax of style sheets, the ids[ ] collection is part of a reference to a single ID and the style propert
javascript document images[ ]
Returns an array of all img element objects (exclusive of pre-cached images loaded via the new Image( ) constructor) in the current document. It
javascript document implementation
Returns a reference to the W3C DOMImplementation object, which represents, to a limited degree, the environment that makes up the document containe
javascript document lastModified
Provides the date and time (as a string) on which the server says the document file was last modified. Some servers don't supply this information at
< 16-30 / 96 >

Powered by Linode.