Do not use scriptless in JSP! And that rs there makes baby Jesus cry!
Samanthi perera wrote:in database row there are 6 colums.
user need to select two colums.
user must selecl zone and payment type.
can you give me example code for with two radio button for onerow?
I don't understand your problem, what do you want to show in the browser? A table with different columns and some of them selectable? Remember that with a radio type you can only select one element of the group. Maybe
you should think on using checkboxes. Explain better what you want.