|
In your Head tag: (this tells it what to pop)
<!-- begin x-it code
var exit=true;
function xit()
{
if (exit)
open("http://www.yourdomain.com","_blank");
}
// end x-it code -->
In your Body tag: (this tells it when to pop)
onunload="xit()
In your a href tag: (this is so that it doesnt pop when someone clicks your links)
onClick="exit=false"
__________________
SexyListX.com
|