Quitar publicidad
Necesito saber como quitar el frame de publicidad de www.freeservers.com he intentado con este pero no funciona
<script language="javascript">
if (top.frames.length != 0)
{
top.location=document.location
}
</script>
y tambien con este otro
<style><!--iframe{display:none;}--></style>
Espero me puedan ayudar.
<script language="javascript">
if (top.frames.length != 0)
{
top.location=document.location
}
</script>
y tambien con este otro
<style><!--iframe{display:none;}--></style>
Espero me puedan ayudar.
1 respuesta
Respuesta de blackprince
1