Netscape DOM:acces table elements

by "Adrian Murphy" <adrian.murphy(at)eudos.com>

 Date:  Fri, 26 Jan 2001 11:14:41 -0000
 To:  "HWG Languages" <hwg-languages(at)hwg.org>
 References:  hwg
  todo: View Thread, Original
I use the following javasrcipt to access,in my case a particular cell in IE:

function setBackgroundImage(id,image){
    document.getElementById(id).style.backgroundImage = 'url('+image+')'  ;
}

what's the equivalent in NETSCAPE?

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA