JavaScript Count If Checked
I have a page with a grid of checkboxes -- columns and rows.
I'd like a field to the right of the row that gives me just a total of the number of checkboxes checked across the row (checkbox1, checkbox2, checkbox3, checkbox4, checkbox5).
I realize if I want to total up the row's checked boxes the calculation would be the same as if I checked a column's checkboxes, the only difference being how I indicate which fields are being counted conditionally.
Anyone that can help me with this?
Thanks in advance!

