hwg-languages archives | Jan 2001 | new search | results | previous | next |
Netscape DOM:acces table elementsby "Adrian Murphy" <adrian.murphy(at)eudos.com> |
|
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