Page Screen Resolution
This java script function helps you to find the screen resolution. It helps you to know the color quality of your web page.
Features
The javascript function will help you to find your screen resolution(<>) HTML tags or not. This screen resolution script helps you to know the color quality of your web page. Just copy the code in to your page and use it.
Preview
Downloads
<!-- Script by hscripts.com--> <!-- more scripts @ https://www.hscripts.com --> <script type="text/javascript"> var wid = screen.width; var hght = screen.height; document.write("<div style=\"background-color:#454545; text-align:center; color:white; font-family:arial,verdhana; font-size:11; font-weight:bold; width:145px;\">Your screen resolution is<br>"+wid+" X "+hght+"</div>"); </script> <!-- Script by hscripts.com -->
Release Date - 02-01-2007 Get free version without ©copyright link for just $5/ -
For customization of this script or any script development, mail to support@hscripts.com
Usage
Just copy the code and use it for free
License
The javascript (misspelled as java script) is given under GPL License.
i.e. Free use for those who use it as it is.
Free, if your modification does not remove our copyright information and links.
Detailed License information can be found here .
You can purchase the script if your requirements does not meet GPL License terms.
Related Scripts