On Fri, 30 Nov 2007, Ganesh Pitchiah S wrote: > We are using object tag in html and loading our own cab file. In java script > events from the cab file are handled. There is a pop window which loads this > cab file. > > The problem now is if we close and open again and again the pop up window > the events are not caught by the script. Any one faced this problem before? >
Once an event is caught by a parent object, then it is *no* longer available to the child objects. There is a way to get around this problem. Please see this link http://www.quirksmode.org/js/events_order.html Since Firefox follows XUL specific model, please see this http://developer.mozilla.org/en/docs/XUL_Event_Propagation thanks Saifi.

