'availHeight' Example : availHeight « Javascript Properties « JavaScript Reference

'availHeight' Example

    
<html>
<body>
<button onClick=" alert(screen.availHeight);">Available Height</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'availHeight' Syntax and Note
2.'availHeight' is applied to