/* ==================================================================== * The Tmax soft License, Version 1.1 * * Copyright (c) 1997-2004 The Tmax software. * All rights reserved. * html code omitted for readability. /* ==================================================================== /* ## check.jsp */

Check all Favorite fruits:

Apples
Grapes
Oranges
Coconut

/* ## checkresult.jsp */ <% String[] fruits; fruits = request.getParameterValues("fruits"); %> The checked fruits (using request object) are: