Javascripts > Misc Javascripts > Getting Monitor Size Script
Script Title: Getting Monitor Size Script
Description: This script will tell the user what their monitor size is.
Example: Available
Credit: Script created by Java-scripts.net
Copy the following code between the <BODY></BODY> tags of your html page.<script language="Javascript"> <!-- /* This credit must stay intact for use For this script and more Visit http://www.java-scripts.net or http://wsabstract.com */ document.write('Your screen width and height is ' + screen.width + ' and ' + screen.height + '.') //--> </script>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email