21/06/2008, 16:51
|
| Moderador | | Fecha de Ingreso: abril-2002 Ubicación: Torremolinos (Málaga)
Mensajes: 19.607
Antigüedad: 22 años, 8 meses Puntos: 1284 | |
Respuesta: Desactivar y Cambiar Texto BOTON Hola:
Prueba algo así:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>
http://www.caricatos.net/probador
</title>
</head>
<body>
<form action="javascript: alert('form enviado')" >
<input type="submit" onclick="this.disabled = true; this.value = 'enviado'" value="envio" />
</form>
</body>
</html>
Saludos
__________________ Por favor:
No hagan preguntas de temas de foros en mensajes privados... no las respondo |