Available Height : screen « Javascript Objects « JavaScript DHTML
- JavaScript DHTML
- Javascript Objects
- screen
Available Height
<html>
<head>
<title>Screen</title>
</head>
<body>
<script type = "text/javascript" >
document.write("Available Height: " + screen.availHeight);
</script>
</body>
</html>
Related examples in the same category