13/02/2008, 11:41
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses Puntos: 772 | |
Re: De fraccion a decimal Hola asegoviaz
Prueba este ejemplo:
Código:
<form>
<input type="text" onblur="txt.value=eval(this.value)" />
<input type="text" name="txt" />
</form>
Saludos, |