G

Guest

Guest
Archived from groups: microsoft.public.pocketpc (More info?)

hi, can I change background color of table cell with javascript?

I place
fieldName.style.backgroundColor = "Yellow";

but doesn't work...

thanks
 
G

Guest

Guest
Archived from groups: microsoft.public.pocketpc (More info?)

function changeBG(whichColor){
document.bgColor = backColor[whichColor];
}

Hope this helps!

Wayne Mahon
PurePockets
http://www.purepockets.com
waynem@purepockets.com


"Luca" <l.parisio@libero.it> wrote in message
news:uPLEGOZIEHA.716@TK2MSFTNGP12.phx.gbl...
> hi, can I change background color of table cell with javascript?
>
> I place
> fieldName.style.backgroundColor = "Yellow";
>
> but doesn't work...
>
> thanks
>
>
>
>