% strData = request("data") strlogin = request("login") strpassword = request("password") %> <% if (strData = "Add") then strSelect = "SELECT RRS_LOGIN FROM TB_RRS WHERE RRS_LOGIN = '" & strlogin & "'" set rs1 = objConn.execute(strSelect) 'response.write rs1("USR_LOGIN") if not rs1.eof then response.redirect "profile.htm" else disp = "Username and Password Does Not Exists" end if end if %>
|
||||||
|
|
|
|||||