I'm getting above error on line 16 which is IF objRS.EOF THEN. I'm trying to create a forgotten password form. where user enter his/her email and will send a link to reset the password. Here is where I stuck. please help
Code:
<%
DIM strUsername
strUsername = Request.Form("Username")
IF strUsername <> "" THEN
%>
<!--#inlcude file="confirm_test.asp"-->
Hello everyone, I'm new to ASP. I'm trying to do is if the user forgot the password, will ask for email and he/she goes to email retrieve the same password from the database. My problem is the database password is all encrypted and if i retrieve it is gonna show the encrypted password as well. Please help. Thanks