![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/06/2008, 08:26
|
| | Fecha de Ingreso: junio-2008
Mensajes: 61
Antigüedad: 16 años, 7 meses Puntos: 0 | |
bien aclaro tengo este formulario:
<form action="tabla dinamica4.asp" method="get">
<table id=unaTabla border=1>
<tbody id=cuerpoTabla>
<tr >
<td >hola b1</td>
<td >hola b1</td>
<td >hola b1</td>
<td >hola c1</td>
</tr>
</table>
<input name="enviar" type="submit" />
y una funcion que agrega dinamicamente filas
las filas tiene textbox, cuatro en total x fila
ahora como envio cada fila a una base de batos (SQL) |