Advertisement
Guest User

skrypt boży

a guest
Jan 29th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> 29.01.2020 </title>
  4. <meta charset="utf-8">
  5. <script language="JavaScript">
  6. document.write("<center><b>")
  7. now = new Date()
  8. if (now.getDay() == 0)
  9. document.write("komunikat przy niedzieli")
  10. if (now.getDay() == 1)
  11. document.write("poniedziałkowy komuniat")
  12. if (now.getDay() == 2)
  13. document.write("wtorek luźny worek")
  14. if (now.getDay() == 3)
  15. document.write("środa")
  16. if (now.getDay() == 4)
  17. document.write("czwartek")
  18. if (now.getDay() == 5)
  19. document.write("piątek")
  20. if (now.getDay() == 6)
  21. document.write("sobota urodziny kota")
  22.  
  23. document.write("</b></center>")
  24. </script>
  25. </head>
  26. <body>
  27. <h1> Wyświetlanie zdarzen daty </h1>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement