Close the current popup window when it loses focus.

This will force the page to close itself if the user click on any other open window.
HTML


<body onBlur="self.close()" ></body>

Posted by fbrefere001 on Friday February 6, 2004