Login.jsp Login page

Enter Your Login details to access the Welcome Page


USER ID:
PASSWORD:
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


PSGCAS invites You All for the Union Inauguration Function on 18th July 2024
CLICK HERE

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 --%>