THE EXIT CONSOLES
HTML INSTRUCTIONS
Inserting an EXIT CONSOLE (a small window that opens whenever someone closes the window of your site) in one of your pages it's not such a difficult thing to do, provided you know a little bit of HTML. Here below we have put the lines of the HTML code that you have to insert into the pages having an Exit Console.

Remember that:

The blue and the red writing represent the parts of the codes you'll have to insert. The writings in black are instructions that will make you understand the exact place where to insert the given parts.

The writings in red are those parts of the code that probably will be MODIFIED and adapted to your requirements concerning the file name, the addresses, the size of the console, etc.

IMPORTANT: cut and paste the codes without changing them (except for the red parts)!

In case you want to see how a page with an exit console looks like, click here (and if necessary, look at the inside HTML code)

<! ------------TO BE INSERTED IN THE "HEAD", AT THE TOP OF THE PAGE-------------->
<! -----It doesn't matter if before closing the "HEAD" there are also other writings such as the title------>

<HEAD>

<script LANGUAGE="JavaScript">
<!--
var console=true;function loadit()
{if
(console)open("
la-console-che-hai-scelto.htm","","width=400,height=300");}
// -->
</script>

</HEAD>

 

<! -------------------DA INSERIRE DENTRO AL BODY-------------->
<! -----It doesn't matter if INSIDE the BODY code there are also other things (such as background color, etc.)------>

<body onunload="loadit()">

 

<! --------------TO BE INSERTED INSIDE THE LINKS YOU HAVE IN THE PAGE-------------->
<! -----------Avoiding opening the window when clicking on a link would be advisable-------------->

onclick="console=false"
for example:

<a href="http://www.tuosito.com/unfilequalsiasi.html" onclick="console=false">Your normal link</A>

LOOK AT ALL THE AVALIABLE EXIT CONSOLES

RETURN TO THE EXIT CONSOLES PAGE
© 2000 by CASH4WEBMASTERS.COM a reasonable beginners guide to the adult sites business.

© 2000 by PORNODOLLARI.COM
Any unauthorized reproduction of the articles
and images of these pages is prohibited.