Results 121 - 140 of 200

HTMLFormElement.enctype

The HTMLFormElement.enctype property is the MIME type of content that is used to submit the form to the server. Possible values are:
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLFormElement.target

The HTMLFormElement.target property represents the target of the action (i.e., the frame to render its output in).
API HTML DOM HTMLFormElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLInputElement.select()

The HTMLInputElement.select() method selects all the text in a <textarea> element or an <input> element with a text field.
API HTML DOM HTMLInputElement Method NeedsCompatTable Reference Référence

HTMLKeygenElement

The <keygen> elements expose the HTMLKeygenElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of keygen elements.
API HTML DOM Interface NeedsBrowserAgnosticism NeedsCompatTable NeedsNewLayout Reference Référence

HTMLStyleElement.media

The HTMLSyleElement.media property specifies the intended destination medium for style information.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork Property Reference Référence

HTMLStyleElement.type

The HTMLStyleElement.type read-only property returns the type of the current style.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Read-only

HTMLTableElement.align

The HTMLTableElement.align property represents the alignment of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.border

The HTMLTableElement.border property represents the border width of the table element.
API Deprecated HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

HTMLTableElement.cellPadding

The HTMLTableElement.cellPadding property represents the padding around the individual cells of the table.
API HTML DOM NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableElement.cellSpacing

The HTMLTableElement.cellSpacing represents the spacing around the individual cells of the table.
API HTML DOM HTMLTableElement NeedsCompatTable NeedsSpecTable Property Reference Référence

HTMLTableRowElement.rowIndex

The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the whole table.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsSyntaxBox Property Reference Référence

Screen.availHeight

Returns the amount of vertical space available to the window on the screen.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.availWidth

Returns the amount of horizontal space in pixels available to the window.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.colorDepth

Returns the color depth of the screen. Per CSSOM View, the value is always 24, for compatibility reasons.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.pixelDepth

Returns the bit depth of the screen. Per CSSOM View, the value is always 24, for compatibility reasons.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Window.alert()

The Window.alert() method displays an alert dialog with the optional specified content and an OK button.
alert API DOM Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility Reference Référence Window

Window.applicationCache

Returns a reference to the application cache object for the window.
API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Window

Window.closed

This read-only property indicates whether the referenced window is closed or not.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence Window

Window.confirm()

The Window.confirm() method displays a modal dialog with an optional message and two buttons, OK and Cancel.
API confirm DOM Method NeedsBrowserCompatibility NeedsCompatTable NeedsMobileBrowserCompatibility Reference Window

Window.crypto

The Window.crypto read-only property returns the Crypto object associated to the global object. This object allows web pages access to certain cryptographic related services.
API HTML DOM NeedsCompatTable NeedsExample Property Reference Window