Advertisement
brandizzi

Arquivo edit.jsp, que apresenta o form de configuração

Feb 6th, 2012
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <form action="<!-- ### COLOCAR URL AQUI ### -->" method="post">
  2.   <label for="nome">Nome</label>
  3.   <input type="text" name="nome" />
  4.   <input type="submit" />
  5. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement