Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl" dir="ltr">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>JavaScript - ciasteczka</title>
  6. </head>
  7. <body>
  8. <form id="ciacho" action="#" name="theForm">
  9. <input type="text" id="nazwa" placeholder="nazwa" /><br>
  10. <input type="text" id="wartosc" placeholder="wartość" /><br>
  11. <input type="text" id="czas" placeholder="czas" /><br>
  12. <button type="button" onclick="utworzCiasteczko()">Utwórz ciasteczko</button><br>
  13. </form>
  14. <form id="ciacho" action="#" name="theForm">
  15. <input type="text" id="nazwa2" placeholder="nazwa" /><br>
  16. <button type="button" onclick="sprawdzCiasteczko()">Sprawdź ciasteczko</button><br>
  17. </form>
  18. <form id="ciacho" action="#" name="theForm">
  19. <input type="text" id="nazwa3" placeholder="nazwa" /><br>
  20. <button type="button" onclick="usunCiasteczko()">Usuń ciasteczko</button><br>
  21. </form>
  22. <script type="text/javascript">
  23. ...
  24. </script>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement