03/05/2006, 01:02
|
| Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 11 meses Puntos: 772 | |
Hola Inon
Prueba este código:
Código:
<form onsubmit = "cambio.value = prompt('¿Cambio?','2.15')">
<input type="text" name="cambio" />
<input type="submit" />
</form>
Saludos, |