Hallo naja,
document.getElementById("body").style.background-color = "white";
Es muß heißen:
document.getElementById("body").style.backgroundColor = "white";
Grüße
Andreas
Hallo naja,
document.getElementById("body").style.background-color = "white";
Es muß heißen:
document.getElementById("body").style.backgroundColor = "white";
Grüße
Andreas