Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/10/2006, 09:42
AME
 
Fecha de Ingreso: julio-2006
Mensajes: 71
Antigüedad: 18 años, 6 meses
Puntos: 0
Sonrisa se puede realizar tipo tabulador

Hola que tal a todos?

tengo una pregunta.
cuando en ford insertamos tablas por decir insertamos 5 filas y surge la necesidad de insertar mas entonces nosotros con solo darle tabulador se inserta una nueva. mi pregunta es se puede hacer para la web?

utilizo dreamweaver 8.
la parte en la cual necesito insertarlo es:

donde lo mecesito es:

<tr>
<td>Num. Mov </td>
<td>Folio Recurso </td>
<td width="3%">Depto. origen</td>
<td width="20%">Depto. destino </td>
<td width="19%">&nbsp;</td>
</tr>
<tr>
<td><input name="nummov" type="text" size="5" maxlength="1" value="1"/></td>
<td><input name="foliorecurso" type="text" size="5" maxlength="5" /></td>
<td><input name="origen" type="text" size="10" maxlength="10" /></td>
<td><input name="destino" type="text" size="10" maxlength="10" /></td>
</tr>
<tr>
<td><input name="nummov2" type="text" size="5" maxlength="1" /></td>
<td><input name="foliorecurso2" type="text" size="5" maxlength="5" /></td>
<td><input name="origen2" type="text" size="10" maxlength="10" /></td>
<td><input name="origen4" type="text" size="10" maxlength="10" /></td>
</tr>
<tr>
<td><input name="nummov3" type="text" size="5" maxlength="1" /></td>
<td><input name="foliorecurso3" type="text" size="5" maxlength="5" /></td>
<td><input name="origen3" type="text" size="10" maxlength="10" /></td>
<td><input name="origen5" type="text" size="10" maxlength="10" /></td>
</tr>

si se puede hacer. sera que alguien me pueda decir?

graciasssssss