Ver Mensaje Individual
  #5 (permalink)  
Antiguo 03/05/2006, 01:02
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 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,