window.screen.availWidth
Returns the amount of horizontal space in pixels available to the window.
Syntax
iAvail = window.screen.availWidth
Parameters
iAvail is an integer representing the amount of space in pixels.
Example
Notes
Specification
DOM Level 0. Not part of specification.
Netscape Communications http://developer.netscape.com |