Advertisement
Gustavo_Inzunza

el que envΓ­a

Jun 17th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>ingreso de datos</title>
  6. </head>
  7.  
  8. <body>
  9. <form id="form1" name="formulario_insercion" method="post" action="listar_empleado.php">
  10.   <p>&nbsp;</p>
  11.   <p>Men&uacute;:</p>
  12.   <p>
  13.     <label>
  14.     <select name="Funciones">
  15.       <option value="1" selected="selected">Insertar</option>
  16.       <option value="2">Eliminar</option>
  17.       <option value="3">Editar</option>
  18.       <option value="4">Listar</option>
  19.     </select>
  20.     </label>
  21.     <label>
  22.     <select name="Entidades">
  23.       <option>Colaborador</option>
  24.       <option>Cliente</option>
  25.       <option>Proveedor</option>
  26.       <option>Producto</option>
  27.       <option>Men&uacute;</option>
  28.       <option>Empleado</option>
  29.       <option>Administrador</option>
  30.       <option>Venta</option>
  31.     </select>
  32.     </label>
  33.     <input type="submit" name="Enviar" value="Enviar"/>
  34.   </p>
  35. </form>
  36. <form id="form2" name="form2" method="post" action="">
  37.   <label></label>
  38. </form>
  39.  
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement