Apr 28, 2003 #1 Alex1980 Programmer Apr 28, 2003 1 IE How do you use the request.getParameter for a check box(boolean value) or an integer
May 3, 2003 #2 vbkris Programmer Jan 20, 2003 5,994 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 Nov 6, 2002 181 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