Skinderholm

Untitled

Apr 6th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <form method="post" action="" name="kontakt">
  2. Navn:
  3. <br />
  4. <input type="text" name="name">
  5. <br />
  6. Adresse:
  7. <br />
  8. <input type="text" name"adr">
  9. <br />
  10. Postnr.:
  11. <br />
  12. <input type="text" name"zip" maxlength="4">
  13. <br />
  14. By:
  15. <br />
  16. <input type="text" name"city">
  17. <br />
  18. Email:
  19. <br />
  20. <input type="text" name"mail">
  21. <br />
  22. Kommentarer:
  23. <br />
  24. <textarea name="txt" ></textarea>
  25. <br />
  26. <input type="reset" name="clear" value="Fortryd">
  27. <input type="submit" name="submitcontact" value="Send">
  28. </form>
Advertisement
Add Comment
Please, Sign In to add comment