|
Checkbox checkbox form multiple selection, how to get the value!
Than checkbox Classid, value 1 = a, value 2 = b, value 3 = c, value 4 = d
Check 234
String Classid = (String) request.getParameter ("Classid")
out.println (Classid);
The output value is b, not b, c, d
The brother helps me, thank you. |
|