Total Width : screen « Javascript Objects « JavaScript DHTML






Total Width

 

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

</head>
<body>

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

</body>
</html>

   
  








Related examples in the same category

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