function lightUp(light){
light.style.bac kground="yellow "
}
[a onclick="lightU p(id of a td)"] hello [/a]
[a onclick="lightU p(id of a different td)"] hello2 [/a]
[a onclick="lightU p(id of a yet another td)"] hello3 [/a]
etc etc
how can i make this work?
light.style.bac kground="yellow "
}
[a onclick="lightU p(id of a td)"] hello [/a]
[a onclick="lightU p(id of a different td)"] hello2 [/a]
[a onclick="lightU p(id of a yet another td)"] hello3 [/a]
etc etc
how can i make this work?
Comment