Available Height : screen « Javascript Objects « JavaScript DHTML






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

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