Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>21.10.2019</title>
  6. </head>
  7. <body>
  8. <h1>Formularz do waldacji</h1>
  9. <p>Podaj kod pocztowy<input type="text" id="kodpocztowy"></p>
  10. <p id="kom_kod"></p>
  11. <input type="button" onclick="sprawdz()">
  12.  
  13. <script>
  14. function sprawdz()
  15. {
  16. let k=document.getElementById("kod").value;
  17. }
  18. </script>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement