JSP program, displays a web page

QuestionsJSP program, displays a web page
akankshat.ngPublished on: 3/28/2024 5:39:43 PM

Write a JSP program for your Study Centre , which displays a web page containing two web links, one for Counselling Schedule and other for Examination Schedule. On clicking Counselling Schedule link, it goes to a JSP page which display course wise counselling schedule with name of counsellors, class room/ laboratory. On clicking the Examination Schedule link JSP page with schedule of Viva- Voce schedule for assignments of courses of MCA 5th Semester is opened.


1 Answers
Best Answer 0
Akanksha Tripathi 10/16/2018 1:32:00 AM

Ans: Menu.jsp

<html>

<body>

<form action ="profile.jsp" method="post">

<input type = "submit" value="PROFILE">

</form>

<form action=”schedule.jsp method="post">

<input type=submit" value="SCHEDULE">

</form>

</body>

</html>

</html>

Profile.jsp

<html>

<body>

<h1> MY PROFILE </h1>

NAME: VINITA AGARWAL

ADDRESS A-16/F NEW DELHI

SCHOOL MCS.SBM., NEW DELHI

UNIVERSITY I.G.N.O.U

QULIFICATION B.C.A, Pursuing M.C.A

Skills. C, C , JAVA

Ph. No. 555545445

</Bodys

</htmis

Schedule. jsp

<html>

<body>

<h1> Schedule OF MCA(5) THEORY <h1>

<b> MCS-051 </B>

Monday

Tuesday

Saturday

<b> MCS-052 </b>

Sunday

<b> MCS-053 </b>

Saturday

Sunday

</body>

<html>