Current File : /home/obabain/anms_obaba_in/ForgotPassword.jsp
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<form >
        <table border="0" width="35%" align="center">
            <caption><h2>Enter details</h2></caption>
            <tr>
                <td width="50%">Enter new password </td>
                <td><input type="text" name="recipient" size="50"/></td>
            </tr>
            <tr>
                <td>Re-confirm new password </td>
                <td><input type="text" name="subject" size="50"/></td>
            </tr>
            
            <tr>
                <td colspan="2" align="center"><input type="submit" value="Send"/></td>
            </tr>
        </table>
         
    </form>
</body>
</html>