Advertisement
Guest User

Untitled

a guest
Nov 6th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <html>
  2. <head>
  3. <body>
  4. <title>Felder</title>
  5. <form action="phpRICHTIG.php" method="post"/>
  6. Text l: <input type="text" name="text1"/><br/>
  7. Text 2: <input type="text" name="text2"/><br/>
  8. Text 3: <input type="text" name="text3"/><br/>
  9. Text 4: <input type="text" name="text4"/><br/>
  10. Text 5: <input type="text" name="text5"/><br/>
  11. Text 6: <input type="text" name="text6"/><br/>
  12. Text 7: <input type="text" name="text7"/><br/>
  13. Datum von: <input type="text" name="datumvon"/><br/>
  14. Zeit bis: <input type="text" name="zeitbis"/><br/>
  15. Wochentag MO: <input type="radio" name="wochentagmo"/><br/>
  16. Wochentag DI: <input type="radio" name="wochentagdi"/><br/>
  17. Wochentag MI: <input type="radio" name="wochentagmi"/><br/>
  18. Wochentag Don: <input type="radio" name="wochentagdon"/><br/>
  19. Wochentag FR: <input type="radio" name="wochentagfr"/><br/>
  20. Wochentag SA: <input type="radio" name="wochentagsa"/><br/>
  21. Wochentag SO: <input type="radio" name="wochentagso"/><br/>
  22. Station 1: <input type="radio" name="station1"/><br/>
  23. Station 2: <input type="radio" name="station2"/><br/>
  24. Station 3: <input type="radio" name="station3"/><br/>
  25. Station 4: <input type="radio" name="station4"/><br/>
  26. Station 5: <input type="radio" name="station5"/><br/>
  27. Station 6: <input type="radio" name="station6"/><br/>
  28. Station 7: <input type="radio" name="station7"/><br/>
  29. Station 8: <input type="radio" name="station8"/><br/>
  30. Station 9: <input type="radio" name="station9"/><br/>
  31. Bild : <input type="file" name="datei"/><br/>
  32. <input type="submit" value="Absenden"/>
  33. </form>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement