Tema: Formularios
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 23/09/2014, 11:21
axelb
 
Fecha de Ingreso: abril-2011
Mensajes: 171
Antigüedad: 13 años
Puntos: 1
Respuesta: Formularios

Ya he probado con algo así:

Código HTML:
Ver original
  1.   <tr>
  2.     <td rowspan="2">Ticekt n°:</td>
  3.     <td rowspan="2">
  4.               <form method='post' action='tickets.php'>
  5.               <input type='text' name='ticket' size='5' />
  6.         </td>
  7.     <td rowspan="2">
  8.               <input type='submit' value='Buscar' />
  9.               </form>
  10.         </td>
  11.     <td>Desde:</td>
  12.     <td>
  13.               <form method='post' action='tickets.php'>
  14.               <input name="desde" type="text"/>
  15.         </td>
  16.     <td rowspan="2">
  17.               <input type='submit' value='Buscar' />
  18.               </form>
  19.         </td>
  20.     <td rowspan="2"><a href='tickets.php?f=ten'>Ultimos 10</a></td>
  21.     <td rowspan="2"><a href='tickets.php?f=all'>Todos</a></td>
  22.   </tr>
  23.   <tr>
  24.     <td>Hasta:</td>
  25.     <td><input name="hasta" type="text"/></td>
  26.   </tr>

Pero por alguna razón me da un error en los </td>

y es que necesito/quiero que sean dos botones...