$('iframe').contents().find('button_with_close_event').bind('click', function(e){ e.preventDefault(); })
$(window).bind("beforeunload", function() { return confirm("Закрыть?"); })