'height-2' Example : Screen « Window Browser « JavaScript DHTML
- JavaScript DHTML
- Window Browser
- Screen
'height-2' Example
<html>
<body>
<button onclick="alert(screen.height);">Screen Height</button>
</body>
</html>
Related examples in the same category