Guest User

Form

a guest
Nov 26th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title></title>
  10. <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
  11. </head>
  12. <body>
  13. <form action="index.php" method="¨post">
  14. Brugernavn: <input type="text" name="Brugernavn"/></br>
  15. Fornavn: <input type="text" name="Fornavn"/></br>
  16. Mellemnavn: <input type="text" name="Mellemnavn"/></br>
  17. Efternavn: <input type="text" name="Efternavn"/></br>
  18. E-mail: <input type="text" name="E-mail"/></br>
  19. <input type="submit" value="SEND" name="submit"/>
  20. </form>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment