Results 181 - 200 of 360

Document.anchors

anchors returns a list of all of the anchors in the document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

Document.close()

The document.close() method finishes writing to a document, opened with document.open().
API Document HTML DOM Method NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.cookie

Get and set the cookies associated with the current document. For a general library see this simple cookie framework.
API Document HTML DOM JS NeedsMarkupWork Reference storage Storage

Document.dir

The Document.dir property is a DOMString representing the directionality of the text of the document, whether left to right (default) or right to left. Possible values are 'rtl', right to left, and 'ltr', left to right.
API Document HTML DOM NeedsSpecTable Property Reference Référence

Document.embeds

embeds returns a list of the embedded OBJECTS within the current document.
API Document HTML DOM NeedsCompatTable NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable Property

Document.fgColor

fgColor gets/sets the foreground color, or text color, of the current document.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.forms

forms returns a collection (an HTMLCollection) of the <form> elements within the current document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.head

Returns the <head> element of the current document. If there are more than one <head> elements, the first one is returned.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property Reference Référence

Document.images

document.images returns a collection of the images in the current HTML document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.lastModified

Returns a string containing the date and time on which the current document was last modified.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.location

The Document.location read-only property returns a Location object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
API Document HTML DOM Property Read-only Reference Référence

Document.readyState

The Document.readyState property of a document describes the loading state of the document.
API HTML DOM NeedsBrowserAgnosticism NeedsCompatTable Property Reference Référence

Document.scripts

Returns a list of the <script> elements in the document. The returned object is an HTMLCollection.
API Document HTML DOM NeedsExample NeedsMarkupWork Property Reference Référence