Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/11/2008, 17:45
Legario
 
Fecha de Ingreso: octubre-2008
Mensajes: 10
Antigüedad: 16 años, 5 meses
Puntos: 0
Pregunta ayuda para sacar un aler de java script en PHP

Hola a todos, necesito sacar un alert en php desde un formulario , quiero hacer que la clave se encripte y me salga en un alert, es espero que me puedan ayudar.
Les dejo el codigo del formulario.

<html>
<head>
<center>
<title> Formulario </title>
</head>


<form name='fingreso' action='Ejercicio_form_encrip.php' method='get'>

<table>

<tr><td>USUARIO: </td><td> <input type='text' id='idusuario' name='usuario'</td></tr>
<tr><td>CLAVE: </td><td> <input type='password' name='clave'</td></tr>

</table>

<input type='submit' name='enviar' value='enviar' <br><br>

</center>
</html>

gracias totales.
Saludos a todos