Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl"> <head>
  3. <title>Dokument HTML</title>
  4. </head>
  5. <body>
  6. <script>
  7. window.onresize = function(){
  8. location.reload(); }
  9. document.writeln("<h2>Szerokość okna: " + window.outerWidth + " px,</h2>");
  10. document.writeln("<h2>Wysokość okna: " + window.outerHeight + " px.</h2>");
  11. </script>
  12.  
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement