Advertisement
Guest User

Untitled

a guest
May 29th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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>Agenda</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. </head>
  13. <body>
  14. <form action="/agendaeletronicaweb/agendaeletronica" method="POST">
  15. Nome <input style="margin-left: 20px" type="text" name="nome" >
  16. </br>
  17. Telefone <input style="margin-left: 3px" type="text" name="telefone" >
  18. </br>
  19. Endereço <input style="margin-left: 0.5px" type="text" name="endereco" >
  20. <input type="submit" name="Enviar">
  21. </form>
  22. <a href="http://localhost:8080/agendaeletronicaweb/agendaeletronica">Listar contatos</a>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement