function button() { if(button == 1) { document.getElementById('link1').style.color = "#729abd"; } if(button == 2) { } if(button == 3) { } if(button == 4) { } if(button == 5) { } if(button == 6) { } if(button == 7) { } if(button == 8) { document.getElementById('link8').linkColor = "#729abd"; } }
was ist daran falsch?
ich möchte dass bei onload eine variable überprüfen und dann von einem link die farbe ändern.
das klappt so aber nicht ...
weiß jemand wieso?