Hi Everyone,

I'm very, very new to javascript, but I want to access a cell's background image to change it dynamically. I believe it has something to do with the style property, but I cannot seem to find it. If anyone could help me, I'd appreciate it.

By the by, I'm trying to access the property through this manner:

document.getElementsByName("TestCell")[0].style

I can change the background COLOR, but not an image that is placed there. Kind of odd and I know it's possible, but I don't know it.

Thank you if anyone can help me.