Español
<!--要完成此效果把如下代码加入到<cuerpo>区域中--> <script> var mensaje = new Array(); mensaje[0] = "Bienvenido"; mensaje[1] = "códigos descendentes.com"; mensaje[2] = "JavaScript downcodes.com/js"; var repeticiones = 2; velocidad var = 200; var p = mensaje.longitud; var T = ""; var C = 0; var mC = 0; var s = 0; var st = nulo; si (repeticiones < 1) repeticiones = 1; función hacerLaCosa() { T = mensaje[mC]; A(); } función A() { s++; if (s > 8) { s = 1;} // puedes jugar con los patrones aquí... if (s == 1) { document.title = '||||||====||| '+T+' -----'; } if (s == 2) { document.title = '|||=|||===||| '+T+' -----'; } if (s == 3) { documento.título = '|||==|||==||| '+T+' -----'; } if (s == 4) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 5) { document.title = '|||====|||||| '+T+' -----'; } if (s == 6) { document.title = '|||===|||=||| '+T+' -----'; } if (s == 7) { document.title = '|||==|||==||| '+T+' -----'; } if (s == 8) { document.title = '|||=|||===||| '+T+' -----'; } if (C < (8 * repeticiones)) { sT = setTimeout("A()", velocidad); C++; } más { C = 0; s = 0; mC++; si(mC > p - 1) mC = 0; stT = nulo; hacerLaCosa(); } } hacerLaCosa(); </script>