'availHeight' Syntax and Note : availHeight « Javascript Properties « JavaScript Reference

'availHeight' Syntax and Note

Note:

Read-only property. 
Returns the computer screen height. 
The working area does not include the taskbar.
    
Syntax:
    
screen.availHeight

    

      
      








Related examples in the same category

1.'availHeight' Example
2.'availHeight' is applied to