<%@ page import="java.sql.*" %> <%@ page import="java.sql.Timestamp"%> <%@ page import="java.text.SimpleDateFormat"%> <%@ page import="java.text.DateFormat"%> <%@ include file="config.inc.jsp"%> <% DateFormat df = null; Date datetime = null; %> Discusion Board <%@ include file="style.jsp"%>
<%@ include file="header.jsp"%>
<% if(request.getParameter("status")!=null){ if(request.getParameter("status").equals("done")){ out.println("Done Sending!
"); } if(request.getParameter("status").equals("nofound")){ out.println("Email no found!
"); } if(request.getParameter("status").equals("fail")){ out.println("Sending Fail!
"); } } %> <%@ include file="member.jsp"%>
Retrieve Password .:HOME:.
1. The password will be sent to your email that you have registered.
2. You can use the password with your username to login.
Send Password to email account:
Enter Email

<%@ include file="footer.jsp"%>