Subj : Re: Strange problems with function objects & event listeners To : netscape.public.mozilla.jseng,netscape.public.dev.xul From : Lev Serebryakov Date : Tue Sep 27 2005 08:15 am Additional information: Even var func = function( event ) { myext_initUI( event ); }; window.addEventListener( "load", func, false ); Doesn't work (works, but cause same error: other "load" listeners are not called!). And it is very bad, because there are no way to delete listener when it is anonymous function. -- // Lev Serebryakov .