Your screen resolution is .
The script is so easy that all you got to do is copy the code below
and paste it at where you want the resolution to appear at:
<SCRIPT> <!-- var screenW = screen.width var screenH = screen.height
document.write(screenW + "X" + screenH) //--> </SCRIPT>The code above will return a value in a "screen width X screen height" format. If you are a JavaScript programmer, you can then use the varible "screenW" to point at the screen width and use "screenH" to point at the screen height, and combine these two varibles with edit your own script.
IMPORTANT: The scripts provided in this page are free as long as you keep the credits in the code. E-mail me or use Script Rebuild Service for additional help about Cut N Paste or to ask for a script that is just for you.