Results 41 - 60 of 172

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.embeds

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

Document.enableStyleSheetsForSet()

Enables the style sheets matching the specified name in the current style sheet set, and disables all other style sheets (except those without a title, which are always enabled).
API CSSOM DOM Method NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

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.getElementsByName()

Returns a nodelist collection with a given name in the (X)HTML document.
API Document DOM HTML Method NeedsCompatTable NeedsMarkupWork 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.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

Element.clientHeight

The Element.clientHeight read-only property is zero for elements with no CSS or inline layout boxes, otherwise it's  the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Reference Référence

Element.clientLeft

The width of the left border of an element in pixels. It includes the width of the vertical scrollbar if the text direction of the element is right–to–left and if there is an overflow causing a left vertical scrollbar to be rendered. clientLeft does not include the left margin or the left padding. clientLeft is read-only.
API CSSOM View NeedsAgnostify NeedsCompatTable NeedsMarkupWork Property Reference Référence