posted 14 years ago
let said,
group1: checkbox1, checkbox2, checkbox3
group2: checkbox4, checkbox5, checkbox6
group3: checkbox7, checkbox8, checkbox9
if user check the checkbox 1, then the page will show a table with content
col1 col2
row1 group1 checkbox1.value
if user check the checbox 5, 6, the the page will show a table with content
col1 col2
row1 group1 checkbox1.value
row2 group2 checkbox5.value, checkbox6.value
that is, the table will show the checkbox user checked, without submit the form, is it possible to do this using javascript? if possible, how to write it??