Question : Pop up window

When a pop up is opened and focus is no longer on the pop up how can the pop up be closed automatically?

Answer : Pop up window

on the body in the pop up just ad
<body onBlur="self.close()">
and thats all.
Random Solutions  
 
programming4us programming4us