1 2 3 4 5 6 |
<script type="text/javascript"> alert("Here are you screen settings! screen.width='"+screen.width+"', "+screen.height='"+screen.height+ "', screen.colorDepth='"+screen.colorDepth+"', screen.pixelDepth='"+screen.pixelDepth+"'. "); </script> |