<form name="camaleo" method="post" action="<?=$_SERVER[PHP_SELF]?>"> <fieldset class="form"><legend class="form"> <?=MNU_LOSTID?> </legend> <table class="form_table" border="0"> <tr><td><h3><?=F_LOSTUID_STR1?></h3><?=F_LOSTUID_STR2?></td></tr> <tr><td height="10"></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=lostuid"><?=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 type="text/javascript">document.forms['camaleo'].email.focus();</script>