Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/12/2004, 18:47
angsanchez
 
Fecha de Ingreso: octubre-2004
Ubicación: España
Mensajes: 894
Antigüedad: 19 años, 7 meses
Puntos: 3
Hola, Chujalt
Creo que esto te valdrá:
Código HTML:
<form>
Escribe tu clave: <input type="password" name="c1">
<br>
Otra vez: <input type="password" name="c2">
<input type="button" onClick="alert(this.form.c1.value==this.form.c2.value)" value="Verificar">
</form> 
__________________
Angel :cool: