View Single Post
Old 01-09-2009, 08:42 AM  
Carmine Raguso
So Fucking Banned
 
Join Date: Dec 2008
Location: Prescott, AZ
Posts: 2,158
It's popping up. For those that failed to read my above post, the code is actually in the AFF webpage displaying in the iFrame

See the URL?

Code:
if (ie7 == 0) poptest = window.showModelessDialog("javascript:function blockError(){return true;} window.onerror = blockError; function pop(){setTimeout(\"self.blur(); self.parent.focus(); top.location.href='http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1'; self.close(); self.opener.focus(); self.parent.focus(); \",2);} pop(); self.blur(); self.parent.focus(); self.parent.focus();","","dialogtop=9999; dialogleft=9999; dialogheight:0px; dialogWidth:0px; dialogHide:1; resizable: 1; status:no; help:no;scroll:yes;status:yes");
        else poptest = window.showModelessDialog("http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1");
                poptest.innerHeight = "480";
                poptest.height = "480";
                poptest.innerWidth = "900";
                poptest.width = "900";
                poptest.blur();
                poptest.parent.focus();
                poptest.window.opener.focus();
    }
    var from_pop = 0; 
    if (from_pop != 1) {
    poptest = window.open('http://hotbox.com/p/vodhbs/?p=vod_page_browse&vod=browse&pid=g954772.subpopunder1&mustgounder=1','poptest','location=yes,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,screenX=0,screenY=0,height=480,width=900');
Carmine Raguso is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote