Thread: popup scripts
View Single Post
Old 04-13-2002, 03:20 PM  
DatsMyStapler
Confirmed User
 
Join Date: Mar 2002
Location: Southern California
Posts: 125
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
DatsMyStapler is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote