% 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")%>
|
|