Advertisement
gastaojunior

cadastro.html

Aug 31st, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <html>
  2.     <body>
  3.         <form name="frmcadastro" action="cadastro.php" method="get">
  4.             Nome: <input type="text" name="txtnome"> <br>
  5.             Telefone: <input type="text" name="txtfone"><br>
  6.             Email: <input type="text" name="txtemail"><br>
  7.             <input type="submit" name="btcadastrar" value="Cadastrar">
  8.             <input type="reset" name="btlimpar" value="Limpar">        
  9.         </form>
  10.        
  11.         <form name="frmver" action="ver.php" method="get">
  12.             <input type="submit" name="btver" value="Listar Cadastro">
  13.         </form>
  14.        
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement