<form name="camaleo" method="post" action="<?=$_SERVER[PHP_SELF]?>"> <fieldset class="form"><legend class="form"> <?=MNU_LOSTPW?> </legend> <table class="form_table" border="0"> <tr><td><h3><?=F_LOSTPW_STR1?></h3><?=F_LOSTPW_STR2?><br /><br /><?=F_LOSTPW_STR3?></td></tr> <tr><td height="10"></td></tr> <tr><td><?=F_USERID?></td></tr> <tr><td><input class="form" type="text" name="User_ID" value="<?=$user_ID?>" size="25" maxlength="25"></td></tr> <tr><td><?=F_REGEMAIL?></td></tr> <tr><td><input class="form" type="text" name="email" value="<?=$email?>" size="35" maxlength="50"></td></tr> <tr> <td><?=F_NEED_HLP?> <a tabindex="-1" id="special" href="Contact.php?email=<?=$email?>&obj=lostupw"><?=F_NEED_CON?></a>.</td> </tr> </table> </fieldset> <center><input class="button" type="submit" name="submit" value="<?=B_OK?>"> </form> <br /><?=$feedback_str?></center> <script language="javascript">document.forms['camaleo'].User_ID.focus();</script>