Results 141 - 160 of 200

Window.document

Returns a reference to the document contained in the window.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Window

Window.outerHeight

Window.outerHeight gets the height in pixels of the whole browser window. It represents the height of the whole browser window including sidebar (if expanded), window chrome and window resizing borders/handles.
API CSSOM View NeedsCompatTable NeedsContent NeedsMarkupWork Property Reference Référence

Window.prompt()

The Window.prompt() displays a dialog with an optional message prompting the user to input some text.
API DOM MakeBrowserAgnostic Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility prompt Reference Window

Window.screen

Returns a reference to the screen object associated with the window. The screen object, implementing the Screen interface, is a special object for inspecting properties of the screen on which the current window is being rendered.
API CSSOM View DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property

Window.scroll()

Scrolls the window to a particular place in the document.
API CSSOM View Method NeedsCompatTable NeedsMarkupWork Reference Référence

Window.scrollTo()

Scrolls to a particular set of coordinates in the document.
API CSSOM View Method NeedsCompatTable NeedsMarkupWork Reference Référence

Using XMLHttpRequest

XMLHttpRequest makes sending HTTP requests very easy.  You simply create an instance of the object, open a URL, and send the request.  The HTTP status of the result, as well as the result's contents, are available in the request object when the transaction is completed. This page outlines some of the common, and even slightly obscure, use cases for this powerful JavaScript object.
Advanced AJAX AJAXfile DOM JXON MakeBrowserAgnostic NeedsCompatTable XML XMLHttpRequest

<bdo>

The HTML <bdo> Element (or HTML bidirectional override element) is used to override the current directionality of text. It causes the directionality of the characters to be ignored in favor of the specified directionality.
BiDi Element HTML HTML text-level semantics NeedsCompatTable Reference Web

<nobr>

The HTML <nobr> element prevents a text from breaking into a new line automatically, so it is displayed on one long line and scrolling might be necessary. This tag is not standard HTML and should not be used. Instead use the CSS property white-space like this:
Element Élément HTML NeedsCompatTable Non-standard Reference Référence Web

<plaintext>

The HTML Plaintext Element (<plaintext>) renders everything following the start tag as raw text, without interpreting any HTML. There is no closing tag, since everything after it is considered raw text.
Element Élément HTML NeedsCompatTable Obsolete Reference Référence Web

::-ms-thumb

The ::-ms-thumb CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input> of type="range" to alter its numerical value.
CSS CSS Pseudo-element NeedsBrowserCompatibility NeedsCompatTable NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

::-webkit-slider-thumb

The ::-webkit-slider-thumb CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input> of type="range" to alter its numerical value.
CSS CSS Pseudo-element NeedsBrowserCompatibility NeedsCompatTable NeedsExample NeedsMobileBrowserCompatibility Non-standard Pseudo-element Reference

:-moz-locale-dir(rtl)

The :-moz-locale-dir(rtl) CSS pseudo-class matches an element if the user interface is being displayed right-to-left. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "rtl".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class Right-to-left