- JHTML::_('behavior.modal');
hello,
i am working on a simple joomla website using the mootools 1.1 library. on my site i have link to onclick load a view (php file) into a lightbox-like modal window. the loaded document has a window.addEvent('domready', function(){}) declaration inside to attach a click-event on an image which shall pop a little alert window up. for any reason this doesn't work when the window has been loaded in the overlay box. but if i open the php file directly all works fine. i don't unterstand the problem and especially why firebug is not responding with any errors.
can u guys help me please?


