Screen 'availWidth' : Screen « Window Browser « JavaScript DHTML
- JavaScript DHTML
- Window Browser
- Screen
Screen 'availWidth'
<html>
<body>
<button onClick="alert(screen.availWidth);">Available Width</button>
</body>
</html>
Related examples in the same category