<% if request("action") = "process" then if request("email_address") <> "" then Dim bolOutcome Dim strMsg sResetPassword request.form("email_address"), bolOutcome, strMsg if bolOutcome = True then response.Redirect(fGenerateLink("login.asp?successmsg=" & strMsg )) end if else strMsg = " Error: Please provide E-Mail Address" end if end if %> <% strPageTitle = Application("STORE_NAME") & " Forgotten Password" %> <% strPageKeywords = Application("STORE_NAME")%>
<% if strMsg <> "" then %> <% end if %>
<% if Application("TABLE_BACKGROUND_PASSWORD_FORGOTTEN") <> "" then %> <% else %> <% end if %>
I've Forgotten My Password!" border="0" alt="I've Forgotten My Password!" title=" I've Forgotten My Password! ">

<%= strMsg %>

If you've forgotten your password, enter your e-mail address below and we'll send you an email message containing your new password.

EMAIL »

">Back