[RESOLVED] Still receiving popunders
Posted: Mon Mar 01, 2010 3:10 am
Hi
Just to let you know, that I am now receiving popunders again at http://www.wankspider.com. This is only a recent development, as up until about two or three weeks ago the popunders were being successfully blocked.
I believe the following is the code responsible..
function checkTarget(e)
{
var random = 1;//Math.round(Math.random());
var urls = new Array();
urls[0] = 'http://www.wankspider.com/showit.php';
urls[1] = 'http://creatives.livejasmin.com/iframes/wankspier/wankspier.html?psid=ed_wankspierpu&pstour=t1&psprogram=REVS&site=jsm';
var width = new Array();
width[0] = 920;
width[1] = 790;
var height = new Array();
height[0] = 580
height[1] = 680
//alert("Calling "+ getCookie('popundr_'+random));
if ( !getCookie('popundr_'+random) ) {
var e = e || window.event;
var win = doOpen(urls[random], width[random], height[random]);
setCookie('popundr_'+random, 1, 12*60*60*1000);
}
}
Just to let you know, that I am now receiving popunders again at http://www.wankspider.com. This is only a recent development, as up until about two or three weeks ago the popunders were being successfully blocked.
I believe the following is the code responsible..
function checkTarget(e)
{
var random = 1;//Math.round(Math.random());
var urls = new Array();
urls[0] = 'http://www.wankspider.com/showit.php';
urls[1] = 'http://creatives.livejasmin.com/iframes/wankspier/wankspier.html?psid=ed_wankspierpu&pstour=t1&psprogram=REVS&site=jsm';
var width = new Array();
width[0] = 920;
width[1] = 790;
var height = new Array();
height[0] = 580
height[1] = 680
//alert("Calling "+ getCookie('popundr_'+random));
if ( !getCookie('popundr_'+random) ) {
var e = e || window.event;
var win = doOpen(urls[random], width[random], height[random]);
setCookie('popundr_'+random, 1, 12*60*60*1000);
}
}