I want to raise an event when a popup window is closed, or preferably, just before closing. I\'m storing the popup window object as an object, but I don\'t know of any way to bi
You'd have to have the onBeforeUnload event call a method to notify your handler.
See this page for a demo.
http://www.4guysfromrolla.com/demos/OnBeforeUnloadDemo1.htm