tsuji,
My situation is that I have a table filled with many columns. The left-most column is a checkbox, but I set it up so a user can click on any cell in the row to check/uncheck the associated checkbox.
Per request, I set it up so that holding the shift key down when clicking on the cell will check the associated checkbox AND any checkbox above it. This works, but had the unfortunate side effect of highlighting text on the page. The .value=.value trick couldn't work then...
...but your suggestion DOES!
Thank you!
--Dave