need help on this error code:-window.onscroll in IE

Discussion in 'JavaScript' started by kumiko, Feb 11, 2008.

  1. #1
    window.onscroll = self.setTimeout("self.placeIt('layer1')",500);

    window.onscroll has an error in internet explorer 6
    "Not implemented"

    it works fine in firefox

    How can I resolve this?

    thanks
     
    kumiko, Feb 11, 2008 IP
  2. -NB-

    -NB- Peon

    Messages:
    153
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try replace self.setTimeout with setTimeout.

    Nick
     
    -NB-, Feb 11, 2008 IP