Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Available Width

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