R
Richard Maher
Hi David,
Of course there is a removeEvent equivalent (detachListener in My
Library IIRC).
[Ok, I'll trace back and find out what your library is called and have a
look. Thanks.]
Mechanism for what?
[Adding and Removing event handlers perhaps]
Your thinking is too broad here.
[I think you're right.]
Java applets on the client side?!
[Yes]
That's completely silly.
[I dispute "completely" Anyway, anyone who's ever tried to debug Applet
behaviour across FF's Back Button optimization might think differently]
Regards Richard Maher
David Mark said:I'm looking over the many addEvent implementations and trying to
distill something that's cross-browser functional and without memeory
leaks (if not "best practice") and was wondering if David had a
matching removeEvent, or is the optimized-back-button friendly
behaviour meant to leave all handlers ready for a swift return?
Of course there is a removeEvent equivalent (detachListener in My
Library IIRC).
[Ok, I'll trace back and find out what your library is called and have a
look. Thanks.]
Is there still no universally applauded (and publicly available) add/
remove event mechanism?
Mechanism for what?
[Adding and Removing event handlers perhaps]
Your thinking is too broad here.
[I think you're right.]
Personally, I use applets and will stick an onunload event in there
Java applets on the client side?!
[Yes]
even if it does nothing just to disable the disasterously "clever"
behaviour of the back-button on some browsers.
That's completely silly.
[I dispute "completely" Anyway, anyone who's ever tried to debug Applet
behaviour across FF's Back Button optimization might think differently]
Regards Richard Maher