Mhmm, and I use mootools 1.1
On 12 Jan., 15:08, eskimoblood <[email protected]> wrote: > I've add a custom event on window like: window.addEvent('myEvent', > function(){}). From an iframe I try do fire this event like this: > parent.fireEvent('myEvent'). This works well in Firefox but trying > this ie8, the event is never been fired. Also when I test window. > $events after attaching it has myEvent, but in the iframe parent. > $events only has domready.
