<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> Options <% dim message message = request("err") if message = "confirm" then response.write "Error: passwords do not match" elseif message = "old" then response.write "Error: old password is not found" elseif message = "none" then response.write "Password is successfully changed" else end if %>
Change Password:
Enter New Password:
Confirm New Password:
 
Enter Old Password:
 
<% dim results results = request("result") if result = "ok" then response.write "Records were deleted successfully" end if %>
Maintain Database :
Delete Records Older than