![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/07/2007, 07:39
|
| | Fecha de Ingreso: enero-2007
Mensajes: 405
Antigüedad: 18 años, 1 mes Puntos: 3 | |
Re: pasar variable ASP a función javascript vtemp= parseInt(form.cantidad.value);
eso esta mal
seria: vtemp = parseInt(f.value);
y despues no puedes llamar:
form.total.value
tendrias que hacer...
total = document.getElementById("total").
total.value;
Saludos |