Cita:
Iniciado por _cronos2 Puede ser que el problema esté en la línea 13, pero no me atrevo a asegurarlo.
Saludos.
Cierto.. El código es el siguiente:
Código:
function function1() {
document.getElementById("myCell").style.backgroundColor = "#9BB3B7";
document.getElementById("myCell2").style.backgroundColor = "#000000";
document.getElementById("myCell3").style.backgroundColor = "#000000";
document.getElementById("myCell4").style.backgroundColor = "#000000";
document.getElementById("myCell5").style.backgroundColor = "#000000";
document.getElementById("myCell6").style.backgroundColor = "#000000";
}