|
EXIT CONSOLE WHEN SURFER LEAVES YOUR SITE
Between your <head></head> tags:
In your
<body> tag:
onunload="xit()"
example :
<BODY bgcolor="#FFE8FF" onunload="xit()">
In your
<a href> tags that do not leave your site:
onClick="exit=false"
example : <a
href="join.html" onClick="exit=false">
EXIT CONSOLE
SCRIPT THAT BEATS POPUP BLOCKERS Step 1) copy the
code and paste it into your < head > tags.
Step 2) Add the body style code into your < body > tag.
Step 3)
Download the js file that the code points to.
Step 4) open the js file in your notepad and change the URL to
where you want to exit to. (Only the url leave everything else as
is or it won't work!)
Step 5) upload the js file to your server and change the url in
the code to that location
Step 6) paste that code on your page like you would with regular
exit code.
LISTED ON A BUNCH OF OUR LISTS?
Then this is ideal:
Copy and
paste this code and don't forget to signup up on the toplist
and change USER_NAME to your actual user name:
Feel free to change the font and color or to best fit your
site, the links to those toplists you're linked to, but do
not change the text or linking code exept the YOUR-USER-ID
part
|