25/08/2008, 09:35
|
| | Fecha de Ingreso: abril-2008
Mensajes: 151
Antigüedad: 16 años, 8 meses Puntos: 0 | |
Respuesta: Recorrer tabla Aqui estan los id
?><td id="unidad"><input type="text" name="und" id="und"></td>
<td id="cantidad"><input type="text" name="cant" id="cant"></td> <?
<script>
function datosTextos()
{
und = document.getElementById("und").value;
cant = document.getElementById("cant").value;
alert(formulario.und.value);
}
</script> |