@@Colin:
nuqneH
if(hlcolor=='white')
{
textColor='lightgrey';
}
else
{
textColor=hlcolor;
}
Dafür kannst du http://de.selfhtml.org/javascript/sprache/bedingt.htm#entweder_oder@title=einfach schreiben:
textcolor = (hlcolor == 'white' ? 'lightgrey' : hlcolor;
if(mycolor==textColor)
{
row.style.backgroundColor='#ffffff';
}
else
{
row.style.backgroundColor=textColor;
}
row.style.backgroundColor = (mycolor == textColor ? '#ffffff' : textColor);
BTW, warum schreibst du mal 'white', mal '#ffffff'?
Qapla'
--
Bildung lässt sich nicht downloaden. (Günther Jauch)
Bildung lässt sich nicht downloaden. (Günther Jauch)