alright, I have a popup window go on unload:
(<body onUnLoad="showThing();">)
the problem is, im not using frames, so when Someone clicks a link to another part of the site, the window pops up.
Is there any Variable for my domain, so if I have something like:
if($myDomain != "mydomain.com")
{
print "
onUnLoad=showThing();>)
";
}
but I was thinking, and this wouldnt work if the user closed the page..
so how would I fix this????
(<body onUnLoad="showThing();">)
the problem is, im not using frames, so when Someone clicks a link to another part of the site, the window pops up.
Is there any Variable for my domain, so if I have something like:
if($myDomain != "mydomain.com")
{
print "
onUnLoad=showThing();>)
";
}
but I was thinking, and this wouldnt work if the user closed the page..
so how would I fix this????