Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. </meta http-equiv="content-type" content="text/html; charset=windows-1250">
  4. </head>
  5. <body>
  6. <form action="Imie_Nazwisko_obsform3.php" method="post">
  7. <br>
  8. <br>
  9. Podaj Imię: <input type="text" name="imie" size=10 value="Jaś">
  10. Podaj Nazwisko: <input type="text" name="nazwisko">
  11. <br>
  12. Twój ulubiony napój?
  13. <br>
  14. <input type="radio" name="napoj" Value="Napoj #1"> Napoj #1
  15. <br>
  16. <input type="radio" name="napoj" Value="Napoj #2"> Napoj #2
  17. <br>
  18. <input type="radio" name="napoj" Value="Napoj #3"> Napoj #3
  19. <br>
  20. <input type="radio" name="napoj" Value="Napoj #4"> Napoj #4
  21. <br>
  22. Ulubione lody?<br>
  23. <input type="checkbox" name="lod1" value="Lody #1" checked> Lody #1
  24. <br>
  25. <input type="checkbox" name="lod2" value="Lody #2"> Lody #2
  26. <br>
  27. <input type="checkbox" name="lod3" value="Lody #3"> Lody #3
  28. <br>
  29. <input type="checkbox" name="lod4" value="Lody #4"> Lody #4
  30. <br>
  31. <input type="checkbox" name="lod5" value="Lody #5"> Lody #5
  32. <br>
  33. Jakie jedzenie lubisz gotować:
  34. <textarea name="komentarz" cols=150 rows=10>
  35. </textarea>
  36. Co lubisz zjadać:
  37. <textarea name="komentarz1" cols=150 rows=10>
  38. </textarea>
  39. <br><hr>
  40. <br>
  41. <input type="reset" value="Wyczyść i wypełnij ponownie">
  42. <input type="submit" value="Wyslij formularz">
  43. </form>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement