<html> <head> <meta http-equiv="content-type" content="text/html;chars- et=iso-8859-1"> <title>DHTML for the WWW | Finding the Screen Dimensions- </title> </head> <body> <script><!-- var screenHeight = screen.height; var screenWidth = screen.width; var liveScreenHeight = screen.availHeight; var liveScreenWidth = screen.availWidth; document.writeln('Your total screen height is ' + screenHeig- ht + 'px <br><br>'); document.writeln('Your total screen width is ' + screenWidth- + 'px <br><br>'); document.writeln('Your live screen height is ' + liveScreenH- eight + 'px <br><br>'); document.writeln('Your live screen width is ' + liveScreenWi- dth + 'px <br><br>'); // --> </script> </body> </html>