This java script function helps you to find the screen resolution. It helps you to know the color quality of your web page.
Features
a)The javascript function will help you to find your screen resolution(<>) HTML tags or not.
b)This screen resolution script helps you to know the color quality of your web page.
c)Just copy the code in to your page and use it.
Preview
Code
<!-- Script by hscripts.com -->
<!-- copyright of HIOX INDIA -->
<!-- more scripts @ http://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 -->
For customization of this script or any script development, contact us at 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 the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.