I tried using <body onBlur="window.close();"> in a pop-up window created by window.open() but but the onBlur does not always activate immediately - can I use onFocus in the parent window? How do I close a window that is not the window that the window.close command is coming from? window.close("popupname" does not seem to work.
Anyone know a solution? That would be super!
Anyone know a solution? That would be super!