views:

29

answers:

0

Hello All, I am trying to find way, to detect onclick event on bgiframe if possible. The reason behind this is, since i am using a jquery dialog in ie6, with bgiframe plugin included. I am not able to bind the

$('.ui-widget-overlay').click(function() { $dialog.dialog("close"); });

And therefore i am not able to close the dialog, if click anywhere outside the dialog window. IF i remove the bgiframe plugin everything works fine. Is there any way this functionality can be achieved along with bgiframe in place. Or may be along my lines of thought if possible.

Thank you