![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/11/2006, 10:03
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Hola maac78
A ver si te sirve esto:
Código:
<form>
<input type="text" name="precio" onkeyup = "descuento.value = parseInt(this.value) * .9" />
<input type="text" name="descuento" />
</form>
Saludos, |