Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/06/2002, 04:04
Avatar de MARKWEB
MARKWEB
 
Fecha de Ingreso: septiembre-2001
Ubicación: En mi casa
Mensajes: 1.562
Antigüedad: 22 años, 7 meses
Puntos: 0
- .tk pone popups en sus redireccionamientos

La redireccion de webs www.dot.tk pone una popups al entrar a cualquier web que este bajo su dominio

este es el script que pone



Código:
 <script language = "JavaScript">

<!-- hide start

var subwin;

function subwindow() {

        var output = "";

        subwin = window.open("","subwindow","height=100,width=486");

        output += "<HTML>"
        output += "<head>"
        output += "<title>Dot TK - Dividing Domains Differently</title>"
        output += "</head>"
        output += "<BODY TOPMARGIN=0 LEFTMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0 BGCOLOR=WHITE>"
        output += "<table border=0 cellspacing=0 cellpadding=0>"
        output += "<tr><td>"
        output += "<CENTER><a target=dottk href='http://links.dot.tk/cgi-bin/link.taloha?flddomainnr=518163'><IMG border=0 SRC='http://links.dot.tk/banners/banner001.gif'></A></CENTER>"
        output += "</td></tr><tr><td>"
        output += "<CENTER><a target=dottk href='http://links.dot.tk/cgi-bin/link.taloha?flddomainnr=518163'><IMG border=0 SRC='http://links.dot.tk/banners/underbanner.jpg'></A></CENTER>"
        output += "</td></tr>"
        output += "</table>"
        output += "</BODY>"
        output += "</HTML>"

        subwin.document.write(output);
        subwin.document.close();
}


// hide end -->

</script>