Hacker News new | ask | show | jobs
by yetanother12345 888 days ago
Here you go:

   <script>
      document.write('<b>Screen: </b>'+screen.width+' x '+screen.height);
   </script>
Yes, I know, "document.write()", but then there's something for y'all to refactor too. Win-win.