Desperados
IS-IT--Management
hi,
I need to change the bgimage applied to a <TD> when i click on a link inside the cell... is that possible?
_______________________
| |
| LINK <-|--- Bgimage
|_______________________|
I solved the problem in IE4+ and NS6 with the following instruction:
document.getElementById("Back"+i).setAttribute("background","images/menu_on_bg.gif"
where 'i' is the number of the <TD> being clicked.
But i can't find the right sintax for NS4.76...
tnx.
I need to change the bgimage applied to a <TD> when i click on a link inside the cell... is that possible?
_______________________
| |
| LINK <-|--- Bgimage
|_______________________|
I solved the problem in IE4+ and NS6 with the following instruction:
document.getElementById("Back"+i).setAttribute("background","images/menu_on_bg.gif"
where 'i' is the number of the <TD> being clicked.
But i can't find the right sintax for NS4.76...
tnx.