Thread: checkbox values
View Single Post
Join Date: Aug 2004
Posts: 11
Reputation: zaman1111 is an unknown quantity at this point 
Solved Threads: 0
zaman1111 zaman1111 is offline Offline
Newbie Poster

checkbox values

 
0
  #1
Aug 27th, 2004
does anyone know how can i handle checkbox values using jsp and pass them to the database.
String[] Job_type = request.getParameterValues("Job_type");
How do i handle that.
Thanks.
Reply With Quote