
Select
JavaScript Pocket Reference
|
113
Screen
information about the display
Client-side JavaScript 1.2
Inherits From:
Synopsis
screen
Properties
availHeight
The available height, in pixels, of the screen.
availWidth
Specifies the available width, in pixels, of the screen.
colorDepth
The depth of the browser’s color palette, or the number of
bits-per-pixel for the screen.
height
Specifies the total height, in pixels, of the screen.
width
Specifies the total width, in pixels, of the screen.
See Also
Navigator
Select
a graphical selection list
Client-side JavaScript 1.0
Inherits From: Element
Synopsis
form.elements[i]
form.elements[element_name]
form.element_name
Properties
The Select object defines properties for each of the attributes of
the HTML
<select> tag, such as disabled, multiple, name, and
size. In addition, it defines the following properties: