TOC PREV NEXT INDEX

domref



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

// example code here
 

Notes

Addtional notes.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX