Results 121 - 140 of 200
The
HTMLFormElement.enctype
property is the
MIME type of content that is used to submit the form to the server. Possible values are:
The HTMLFormElement.target
property represents the target of the action (i.e., the frame to render its output in).
The
HTMLInputElement.select()
method selects all the text in a
<textarea>
element or an
<input>
element with a text field.
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.
The HTMLSyleElement.media
property specifies the intended destination medium for style information.
The HTMLStyleElement.type
read-only property returns the type of the current style.
The HTMLTableElement.align
property represents the alignment of the table.
The HTMLTableElement.border
property represents the border width of the table element.
The HTMLTableElement.cellPadding
property represents the padding around the individual cells of the table.
The HTMLTableElement.cellSpacing
represents the spacing around the individual cells of the table.
The HTMLTableRowElement.rowIndex
property represents the position of a row in relation to the whole table.
Returns the amount of vertical space available to the window on the screen.
Returns the amount of horizontal space in pixels available to the window.
Returns the color depth of the screen. Per CSSOM View, the value is always 24
, for compatibility reasons.
Returns the bit depth of the screen. Per CSSOM View, the value is always 24
, for compatibility reasons.
The Window.alert()
method displays an alert dialog with the optional specified content and an OK button.
Returns a reference to the application cache object for the window.
This read-only property indicates whether the referenced window is closed or not.
The Window.confirm()
method displays a modal dialog with an optional message and two buttons, OK and Cancel.
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.