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

'availWidth' Example

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

    
      
      

Related examples in the same category

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