Total Height : screen « Javascript Objects « JavaScript DHTML






Total Height

 
<html>
<head>
    <title>Screen</title>

</head>
<body>

   <script type = "text/javascript" >
        document.write("Total Height: " + screen.height);
    </script>

</body>
</html>

   
  








Related examples in the same category

1.'screen' Example
2.Available Height
3.Available Width
4.screen.pixelDepth
5.screen.colorDepth
6.screen.availTop
7.screen.availLeft
8.Total Width