|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/howardbender2/jobstest/ |
Upload File : |
<%@ Language=VBScript %> <% Dim sTitle sTitle = "Forgot Password" %> <!--#include file=header.asp--> <!--#include file=top.asp--> <div align=center> <table width=600 bgcolor="#FFFFFF" cellspacing=0 cellpadding=0 border=0> <tr><td> <h2 align=center><span class="title">Send My Password</span></h2> <form method="POST" action="sendit.asp" id=form1 name=form1> <table width=100% cellspacing=5 cellpadding=5 border=0> <tr> <td colspan=3> If you forgot your login information, enter your user id below and it will be sent to you. Note that the password will be sent to the email address that we have in our database. </td> </tr> <tr> <td width=30% align=right> <b>Your Login ID:</b> </td> <td width=30%> <input type="text" name="userid" size="20" maxlength=15> </td> <td width=40% align=left> <input type="submit" value="Request information"> </td> </tr> </table> </form> </td> </tr> <tr> <td align=center><a href="javascript:history.back()">Back</a> <a href="default.asp">Home</a></td> </tr> </table> </div> <!--#include file=bottom.asp--> <!--#include file=footer.asp-->