Page 1 of 1

Out-focus and close popup windows

Posted: Wed Oct 18, 2023 6:29 am
by tthlan

Code: Select all

<script src="/js/jquery-1.4.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(window).blur(function() {
    this.close('','_parent','');
});
</script>