Código PHP:
<html>
<head>
<script>
function_cambiar(valor)_{
____obj=document.getElementById('fila');
____if_(valor)
________obj.style.backgroundColor='green';
____else
________obj.style.backgroundColor='red';
}
</script>
</head>
<body>
<table border="1" width="100%">
__<tr id="fila" style="background-color:red">
____<td> </td>
____<td> </td>
____<td><input type="checkbox" onclick="cambiar(this.checked)"></td>
__</tr>
</table>
</body>
</html>
que yo le puse onclick al ejemplo y no me resulto nada...
porfa...
De antemano Gracias....
Salutes.