amrigo
07-24-2007, 03:35 PM
hi
I have a list of a search resultset and i want to pass to another jsp page the checkbox values i have
<FORM name="f1" action="script.jsp" method="post" target="_blank">
<input type="Checkbox" name="chkPrint" value="7310">item 1
<input type="Checkbox" name="chkPrint" value="18410">item 2
<input type="Checkbox" name="chkPrint" value="20066">item 3
</FORM>
how it can be done ?
I have a list of a search resultset and i want to pass to another jsp page the checkbox values i have
<FORM name="f1" action="script.jsp" method="post" target="_blank">
<input type="Checkbox" name="chkPrint" value="7310">item 1
<input type="Checkbox" name="chkPrint" value="18410">item 2
<input type="Checkbox" name="chkPrint" value="20066">item 3
</FORM>
how it can be done ?