Mozilla’s Event Model

If you’re working on implementing event handling in Mozilla you might run into the problem that I do: You are used to Internet Explorer’s event model. However, the best method I’ve found for handling things is to just attach events to the objects via the DOM. Otherwise you might be like me and go bald trying it the hard way.