This works in IE (haven't tested it anywhere else...)
var Leaving = true;
function leave() {
if ((window.screenTop > 10000) && (window.screenLeft > 10000)) {
/*...code here to open a window to perform cleanup on the host side - since this block is executed only when the browser is being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.