Ver Mensaje Individual
  #16 (permalink)  
Antiguo 25/08/2008, 09:40
jrodriguez30
 
Fecha de Ingreso: abril-2008
Mensajes: 151
Antigüedad: 17 años
Puntos: 0
Respuesta: Recorrer tabla

Cita:
Iniciado por foreverOdd Ver Mensaje
<script>
function datosTextos()
{
und = document.getElementById("und").value;
cant = document.getElementById("cant").value;
alert(und);
}
Lo hize asi y no imprime nada.... no se que estare haciendo mal :(