Screen |
Client-side JavaScript 1.2 |
information about the display |
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
|