Showing Pets
<html><head></head><body>
Your pets:<p>
<table border cellspacing=0 cellpadding=5>
<%
String [] pets = request.getParameterValues(“pets”) ;
for (int i = 0 ; i < pets.length ; i++) {
%>
<tr><td> <%= pets [i] %> </td></tr>
<%
}
%>
</table>
</body></html>
Previous slide
Next slide
Back to first slide
View graphic version