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 $10/-
- 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
Related Scripts