| Exit
Pop-Up: |
To use an exit pop-up voting link
on your web site, copy and paste the red
code in between your <head></head> tags and then copy and
paste the yellow code into your
<body> tag>
<script language="JavaScript"><!--
var exit=true;
function leave()
{
if (exit) {
blueoyster=window.open("http://yacs-inc.netfirms.com/cgi-bin/lspro/lspro.cgi?click=YOUR ID HERE","Top50","width=560,height=340") ;
}
}
//--></script>
Place this into your body tag:-
<body onunload="leave()">
|