TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX