Available Width : screen « Javascript Objects « JavaScript DHTML






Available Width

 <html> <head> <title>Screen</title> </head> <body> <script type = "text/javascript" > document.write("Available Width: " + screen.availWidth); </script> </body> </html> 








Related examples in the same category

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