Ver Mensaje Individual
  #8 (permalink)  
Antiguo 23/01/2009, 17:22
Avatar de indy1508
indy1508
 
Fecha de Ingreso: mayo-2007
Ubicación: Monterrey, N.L. México.
Mensajes: 212
Antigüedad: 17 años, 6 meses
Puntos: 0
Respuesta: Validar arreglo de campos

caricatos este es el codigo de la pagina:

Cita:
<tr>
<td width="166" scope="col"><div align="right">Mejora 1:</div>
<div align="right"></div></td>
<td width="67" scope="col"><div align="center"><input type='text' value='' name='costo1' size='10' maxlength='11' autocomplete='off'></div>
<div align="right"></div></td>
<td width="66" scope="col"><div align="center"><input type='text' value='' name='f_costo1' size='10' maxlength='10' autocomplete='off'><br>

</div></td>
<td width="137" class="Estilo9" scope="col">Ej. 01/09/2008</td>
</tr>
<tr>
<td width="166" scope="col"><div align="right">Mejora 2:</div>
<div align="right"></div></td>
<td width="67" scope="col"><div align="center"><input type='text' value='' name='costo2' size='10' maxlength='11' autocomplete='off'></div>
<div align="right"></div></td>

<td width="66" scope="col"><div align="center"><input type='text' value='' name='f_costo2' size='10' maxlength='10' autocomplete='off'><br>
</div></td>
y los campos que genero se llaman costo1, costo2 y f_costo1, f_costo2

saludos