August 1999
Intermediate to advanced
1488 pages
72h 53m
English
Core client-side JavaScript object.
The screen object provides a programmer with access to various properties of the user's screen. These properties are often accessed and used sizing windows that various scripts open. Table 7.42 shows the properties of the screen object.
| Item | Description |
|---|---|
| availHeight | Accesses the pixel height of the user's screen, minus the toolbar or any other "permanent" objects. |
| availWidth | Accesses the pixel width of the user's screen, minus the toolbar or any other "permanent" objects. |
| colorDepth | Accesses the maximum number of colors the user's screen can display. This is in bit format. |
| height | Accesses ... |
Read now
Unlock full access