% @LANGUAGE="VBScript" %> <% Session.Abandon %> <% Dim border_color border_color = "#0000FF" Dim request_text request_text = "In order to use this system you must have a valid email address on record with our office. If you do not have an email address on record, call your local office for assistance." Dim request_text2 request_text2 = "Once your email address is on record, enter your email address below. A new password will be automatically generated and emailed to you." Dim company_logo company_logo = "Images/logo.gif" Dim clsData Set clsData = GetDataObject() %> <% Dim sEmail sEmail = "" IF NOT ISEMPTY(Request("txtEmail")) THEN sEmail = CStr(Request("txtEmail")) IF clsData IS NOTHING THEN Response.Redirect "error.asp" END IF END IF %>