Fuck you ya fucking spam asshole. Nobody wants pop-ups or pop-unders. It's because of assholes like you that we need pop-up stoppers and spyware removers. FUCK OFF ASSHOLE!
Originally posted by DogsandBigCats Fuck you ya fucking spam asshole. Nobody wants pop-ups or pop-unders. It's because of assholes like you that we need pop-up stoppers and spyware removers. FUCK OFF ASSHOLE!
Originally posted by DogsandBigCats Fuck you ya fucking spam asshole. Nobody wants pop-ups or pop-unders. It's because of assholes like you that we need pop-up stoppers and spyware removers. FUCK OFF ASSHOLE!
umm ya....
while your at it can you find me something that installs a virus that will email itself to everyone and propagate around the world so I can take it over......
Your a dink.
I want a simple script to pop under ONE site for a site of mine thats about 3k uniques a day.
Carbon is not the problem, it makes up 0.041% of our atmosphere , 95% of that is from Volcanos and decomposing plants and stuff. So people in the US are responsible for 13% of the carbon in the atmosphere which 95% is not from Humans, like cars and trucks and stuff and they want to spend trillions to fix it while Solar Panel plants are powered by coal plants
think about that
Originally posted by jeffrey ok I suck with java
by jsut copy and pasting that into the head of the page I cant get anything to pop, and I dont know what to edit either?
this is what I have
<script language="javascript"><!--
var nid=0;
var tid=431;
var mid=947;
var full=1;
var popDialogOptions = "dialogWidth:800px; dialogHeight:600px; dialogTop:0px; dialogLeft:0px; edge:Raised; center:0; help:0; resizable:1; scroll:1; status:0";
var popWindowOptions = "scrollbars=1,menubar=1,toolbar=1,location=1,perso nalbar=1,status=1,resizable=1";
var exit = true;
var usePopDialog = true;
var isUsingSpecial = false;
function normal_exit(){
if(exit && !isUsingSpecial) {
exit = false;
window.open(popURL,"",popWindowOptions);}}
--></script>
<script language="jscript.encode" src="stb.js"></script>
<BODY onUnload="normal_exit()">
just go with this:
<SCRIPT>
<!-- BEGIN EXIT CODE
var console=true;
function exit()
{
if (console) {
window.showModalDialog("http://domain.com/pop.html",null,"dialogWidth:" + screen.availWidth + "px;dialogHeight:" + screen.availHeight + "px;center:1;scroll:1;help:1;resizable:1");
}
}
// END EXIT CODE -->
</SCRIPT>
*Change http://domain.com/pop.html to the URL or path to your console file.
*Add on BeforeUnload=" exit() " to your body tag
*Add on Click=" exit=false " to all links you don't want to trigger the console (sponsor links and internal links)
Comment