July 1998
Intermediate to advanced
1456 pages
65h 5m
English
height, width — NN 4 IE 4 DOM n/a
Read-only
Returns the number of pixels available vertically and horizontally in
the client video monitor. This is the raw dimension. For the amount
of screen space not covered by system bars, see
availHeight and availWidth.
if (screen.height > 480 && screen.width > 640) {
...
}Integer of pixel counts.
Depends on video monitor.
Read now
Unlock full access