I did a quick search, but couldn't find a specific solution to this (I'm sure it HAS been answered) but, I need to figure this out...
Anyone know why this won't work in IE?
$(document).ready(function() {
$(document).blur(function() {
window.close();
});
});
And what to do instead? Thanks.