Ver Mensaje Individual
  #20 (permalink)  
Antiguo 26/10/2011, 11:55
miguelcalla
(Desactivado)
 
Fecha de Ingreso: octubre-2011
Mensajes: 164
Antigüedad: 12 años, 7 meses
Puntos: 1
Respuesta: APORTE: Sistema para recuperar la contraseña de un usuario olvidadizo.

los html podrian ser asi

Código HTML:
<html>
<head>cual es su mail</head>
<p></p>
<body>
	<form name="form_a" action="recuperar.php" />
			<p></p>
			<input type="text" name="email" id="email" size="60"/>
			<p></p>
			<input type="submit" name="submit" id="btn" value="Ir">
	</form>
</body>
</html> 
y el otro

Código HTML:
<html>
<head>recuperar clave</head>
<body >
	<form name="form_a" action="recuperar_2.php" />
		<!--<table border="0" align="center">-->
			<p></p>password anterior
			<input type="text" name="password" id="password" />
			<br>nuevo password
			<input type="text" name="password2" id="password2" />
			<br>
			<img src="seguridad.php" vspace="3" class="Estilo24" /> <input type="text" name="tmptxt_seg " id="tmptxt_seg "  />
			<p></p>
			<input type="submit" name="btn" id="btn" value="Enviarte"/>
		<!--</table>-->
	</form>
<!---->
</body>
</html>