Ver Mensaje Individual
  #6 (permalink)  
Antiguo 05/08/2010, 10:44
Avatar de raxper
raxper
 
Fecha de Ingreso: enero-2010
Ubicación: ------
Mensajes: 472
Antigüedad: 14 años, 3 meses
Puntos: 2
Respuesta: BLOQUEAR URL, htaccess? o PHP

Solución, no poner a sus páginas <head></head> (al principio)
Poner el siguiente código al final (Final!)

<noscript>
<head>

</head></noscript>

y si el usuario decide desactivar el js, para mostrar el contenido del <noscript></noscript> no podrán ver el popup, por el la publicidad es llamada por un js.


El hosting, al mostrar el documento lo mostrará así.

Código PHP:
<noscript
<
head
<!-- 
Free Web Hosting Area Start --> 
<
script type="text/javascript" src="http://users.freewebhostingarea.com/a/l3p.js"></script> 
<noscript><br><center><font color='#000000' face='Verdana' style='font-size: 11px; background-color:#FFFFFF'><a target='_blank' href='http://www.freewebhostingarea.com'><font color='#000000'>Free Web Hosting</font></a></font></center></noscript> 
<!-- Free Web Hosting Area End --> 
</head></noscript> 
y ya no se visualizará el popup, ni desactivando el javascript

Última edición por raxper; 05/08/2010 a las 10:54