WTAD Practical - 16
Assume that the information regarding the marks for all the subjects of a student in
the last exam are available in a database, Develop a Servlet which takes the
enrollment number of a student as a request parameter and displays the marksheet for the student.
index.html
Assume that the information regarding the marks for all the subjects of a student in
the last exam are available in a database, Develop a Servlet which takes the
enrollment number of a student as a request parameter and displays the marksheet for the student.
index.html
<HTML>
<HEAD>
<TITLE>WTAD.practical-16 @iAmLearningHere </TITLE>
</HEAD>
<BODY bgcolor="YellowGreen">
<h3> Result </h3>
<hr>
<form name="frm1" action="display">
Enter Enrolment No :: <input type="text" name="en">
<input type="submit" Value="Get Result"">
</form>
</BODY>
</HTML>
<HEAD>
<TITLE>WTAD.practical-16 @iAmLearningHere </TITLE>
</HEAD>
<BODY bgcolor="YellowGreen">
<h3> Result </h3>
<hr>
<form name="frm1" action="display">
Enter Enrolment No :: <input type="text" name="en">
<input type="submit" Value="Get Result"">
</form>
</BODY>
</HTML>