JavaScript Kit > JavaScript Reference > Here
Screen Object
Last updated: June 20th, 2004
Use the Screen object of JavaScript to derive basic information about the user's screen, such as dimensions.
Related Tutorials
Properties
| Properties | Description |
|---|---|
| availHeight | Specifies the height of the screen, in pixels, minus interface features such as the taskbar in Windows. |
| availWidth | Specifies the width of the screen, in pixels, minus interface features such as the taskbar in Windows. |
| colorDepth | The bit depth of the color palette available for displaying images in bits per pixel. |
| height | The total height of the screen, in pixels. |
| pixelDepth | Display screen color resolution (bits per pixel). NS4/ NS6+ exclusive property. |
| width | The total width of the screen, in pixels. |
Reference List
- JavaScript Operators
- JavaScript Statements
- Global functions
- Escape Sequences
- Reserved Words
- Anchor
- Applet
- Area
- Array
- Boolean
- Date
- Document
- Event
- Form
- Reset
- Frame
- Function
- History
- Image
- Link
- Location
- Math
- Navigator
- Number
- Object
- RegExp
- Screen
- String
- Style
- window
Partners
Right column

