Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <script>
  2. function sprawdz()
  3. {
  4. var password = document.getElementById("haslo");
  5.  
  6. if(password == "KLASAjeden")
  7. {
  8. document.write("Haslo poprawne, tu dzialac");
  9.  
  10. }
  11. else
  12. {
  13. document.write("Haslo niepoprawne, z-zle REEEEEEEEEEEEEEEEEEEEEEEE");
  14. }
  15. }
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement