@Alter:
Try disabling Firebug and seeing if this problem occurs. Firebug is
known to generate some spurious warnings on Ajax/JavaScript-heavy
sites. If you're getting the correct behavior in the browser, it may
be a Firebug thing. I would also consider checking console output in
Safari and/or Opera to see if you get similar problems.
Finally, if you're using jQuery you should probably add your
window.onload handler using jQuery's event handler utilities rather
than applying it directly to window.onload. That way you can be sure
you're not clobbing any other onload handlers defined elsewhere in
your code.
--Brian
On Jan 22, 5:42 pm, Mark Hahn <
mhah...@gmail.com> wrote:
> I am getting those kind of errors from firebug even though I haven't yet
> tried to install RSH. I even get them from random websites. I've had this
> problem ever since I switched to FireFox 3.
>