<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %> <%@ page import= "java.sql.*" %> <%@ page import= "java.sql.*" %> <% String name = (String)session.getAttribute("name"); String aname = (String)session.getAttribute("username"); String password = (String)session.getAttribute("password"); if(name ==null && aname==null && password ==null) { response.sendRedirect("index.jsp"); } else{ try{ String fac_user_id = request.getParameter("fac_user_id"); %> Department of Biotechnology
 





 



  New Faculty  <%=fac_user_id %>  has been created successfully
.

 


 Home   Add Another Faculty

 
<% } catch (Exception e){ out.println(e.getMessage()); out.println("sql Exexption"); }} %>