Apr 28, 2003 #1 Alex1980 Programmer Joined Apr 28, 2003 Messages 1 Location IE How do you use the request.getParameter for a check box(boolean value) or an integer
May 3, 2003 #2 vbkris Programmer Joined Jan 20, 2003 Messages 5,994 Location IN the check box may return the value "true" but i dont think that it will be taken as a boolean value, but it will be treated as text. Known is handfull, Unknown is worldfull Upvote 0 Downvote
the check box may return the value "true" but i dont think that it will be taken as a boolean value, but it will be treated as text. Known is handfull, Unknown is worldfull
May 11, 2003 #3 newbiepg Programmer Joined Nov 6, 2002 Messages 181 Location IN you do request.getParameter("checkboxname" each checkbox will have a different name and the value will be a string Upvote 0 Downvote
you do request.getParameter("checkboxname" each checkbox will have a different name and the value will be a string