View Full Version : Exiting page


Lemon Squash
02-02-2003, 06:11 PM
I went to this site it had a link picture thing with exit on and when you clicked it this alert box came up saying would you like to clsoe this window blah blah but they had the no right click on the site so im asking you guys if you know? :)

zangerbanger
02-02-2003, 08:32 PM
I think that you have to put this into your head section:

<BODY onUnload="alert('Write what you want here.... When people leave your site, they will see this message');">

I'm not sure if that's what you're asking but I hope it helps!

Alcy
02-02-2003, 09:27 PM
Here's (http://www.codeave.com/javascript/code.asp?u_log=7014) a close window script :)

Lemon Squash
02-02-2003, 09:58 PM
uh that link you gave me Alcy didnt work it wouldnt load o.O and if it does it take way too long.. anyone know :(

Dude128
02-02-2003, 10:27 PM
all you need is this:

<a href="javascript:window.close();">Link text</a>

or if you want an image, replace the text with an image code

Lemon Squash
02-03-2003, 12:52 AM
Oh lol thanxs