Click to See Complete Forum and Search --> : popup on exit


spinnyscripter
10-16-2005, 07:51 PM
I want a script that will launch a popup on exit of the site just to chec if a user is logged out and log them out if not. i have the logout script already. :confused:

Charles
10-16-2005, 07:55 PM
Oh, we just love things that make users go away and stay away:<script type="text/javascript">
onunload = function () {window.open ('annoy-the-heck-out-of-them.html', 'up-yours')}
</script>

spinnyscripter
10-16-2005, 07:57 PM
thanks mate. this will not show on clucking a link in my site will it?