chnage b/g with ns6
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

chnage b/g with ns6

From: <abracad_1999@yahoo.com>
Date: Mon Nov 07 2005 - 11:11:38 CET

I'm using the following simple function to change the background on
clicking a link (body tag has id="bod") -

var bg=0
function changebg() {
  bgStyle=document.getElementById("bod").style
  if (bg==0) {
    bgStyle.background="url(presentationImages/bg.gif) repeat-y"
        bg=1
  }
  else {
    bgStyle.background=""
        bg=0
  }
}

However this does not work in NS6 - any suggestions on how to force b/g
change in this browser?
Received on Mon Nov 21 03:20:52 2005