Español
<!-- El código HTML completo es el siguiente: --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>Academia de creación de sitios web -Código de efectos especiales ->>Título desplazable</title> <script language="javascript"> <!-- Ocultarme var index_count = 0; var title_string = "Hacer que el texto de la barra de título se mueva y el título también se mueva, = == Deja que la barra de título se mueva El texto se mueve y el título también se mueve -->downcodes.com"; var title_length = title_string.length; var cmon; var kill_length = 0; function loopTheScroll() { scrollTheTitle(); if(kill_length > title_length) { clearTimeout(cmon ); } kill_length++; cmon = setTimeout("loopTheScroll();",100) } function scrollTheTitle() { var doc_title = title_string.substring((title_length - index_count - 1),title_length); .title = doc_title; index_count++; } loopTheScroll(); //--> </script> </head> <body> </body> </html>