Login.jsp
Login page
Validation.jsp
<%! String uid="Admin"; %>
<%! String pass="psgcas"; %>
<%! String id, password; %>
<% id=request.getParameter("uname"); %>
<% password=request.getParameter("password"); %>
<% if(uid.equals(id)&&pass.equals(password))
{
%>
<%
}
else
{
%>
<%
}
%>
Welcome.jsp
<%! String id; %>
<% id=request.getParameter("uname"); %>
Welcome <%=id%> to the Home Page
Ready to Start Your Journey at PSGCAS Online
Programme
Apply Online
Now
The story of the PSG Family is a saga of robust initiatives, enterprising
thoughts and enlightened
imagination, rooted soundly in far-sighted benevolence. Their
benefactions in the field of education has
a long standing significance, accorded with immense pride for entering
into various ventures to promote
advancements in technological and liberal learning in this part of the
country for over nine decades now.
Error.jsp
JSP Page
<%--INVALID ENTRY
--%>
<%out.println("Invalid Entry!");%>
<%-- Click on "Back to Login" button to Try
Again
Back to Login --%>