J Miguel
17/11/2007, 23:44
Como se puede buscar un pop-up que metieron, un cliente tiene una página y se ve que se le metieron por FTP o abusaron de algún script, ahora cuando ingresas a la pag aparece el bloqueo de un pop-up de publicidad, el popup tiene alguna seña en particular que me ayude a buscar por donde está metido? yo suponía que estaría en la index.html, ya que ni bien tipeas la url de la pag aparece en el inicio, es más dejé comentado un trazo suponiendo que sería eso, y el pop-up sigue apareciendo:
trazo comentado:
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
//
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*( screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.rand om()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=n o,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
Como puedo buscarlo Guru? me va a enloquecer te juro
Un abrazo-
PD: no sé si estoy en el tópico correcto, cualquier cosa pido disculpas de antemano
trazo comentado:
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
//
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*( screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.rand om()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=n o,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
Como puedo buscarlo Guru? me va a enloquecer te juro
Un abrazo-
PD: no sé si estoy en el tópico correcto, cualquier cosa pido disculpas de antemano