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>