<script type="text/javascript"> var nleveys = window.screen.width; var nkorkeus = window.screen.height; document.write("Tällä hetkellä näyttötarkkuutesi on " + nleveys + " x " + nkorkeus + " kuvapistettä."); </script>