I want that if user clicks in a checkbox, the strike-through effect applices
to current table row. I tried the following code in IE, but nothing happens.
Any idea ?
<table>
<tr><td><inpu t type=checkbox onclick="cboncl ick(this)"></td>
<td><input type=text value="Row 1" ></td>
<td><select><op tion>pine</option><option> orange</option></select></td></tr>...