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