Español
<HTML> <HEAD> <title>Efectos especiales para múltiples párrafos de texto que aparecen uno por uno en múltiples líneas</title> <script language=JAVAscript> <!-- // ------ Definir variables globales var theNewsNum var theAddNum; var theTargetLink; var theCurrentNews; var theWidgetOne; var theSpaceFiller; theLeadString; var theNewsState función iniciar Ticker; () { / / ------ Establece el valor inicial theCharacterTimeout = 50; // Tiempo de intervalo de caracteres theNewsTimeout = 2000; // Tiempo de intervalo de noticias theWidgetOne = "_" // Subíndice delante de la noticia 1 theWidgetTwo = " -";// El subíndice delante de la noticia theNewsState = 1; //theNewsNum = document.body.children.incoming.children.NewsNum.innerText; //Número total de noticias //agregar por lin theNewsNum = document. getElementById("incoming").children .AllNews.children.length;//Número total de noticias theAddNum = document.getElementById("incoming").children.AddNews.children.length;//Número total de artículos complementarios totalNum = theNewsNum+theAddNum; theCurrentNews = 0; theCurrentLength = 0 ; theLeadString = " "; theSpaceFiller = " "; runTheTicker(); // --- Función básica runTheTicker() { if(theNewsState == 1) { if(CurrentPosion <theNewsNum){ setupNextNews(); } else{ setupAddNews(); } CurrentPosion++; if(CurrentPosion>=totalNum||CurrentPosion>=5) CurrentPosion=0; != theNewsText.length) { drawNews(); } else { closeOutNews(); } } //más javascript de http://www.downcodes.com // --- Saltar a la siguiente función de noticias setupNextNews() { theNewsState = 0; theCurrentNews = theCurrentNews % theNewsNum; theNewsText = document. getElementById("Todas las noticias").children[theCurrentNews].children.newsLink; .innerText; theCurrentLength = 0; document.all.hottext. href = theTargetLink; theCurrentNews++; } function setupAddNews() { theCurrentNews = theCurrentNews % theNewsText = document.getElementById("incoming"). niños[theCurrentNews].children.Summary.innerText; theTargetLink = document.getElementById("incoming").children.AddNews.children[theCurrentNews].children.NewsLink.innerText = 0; ; theCurrentNews++; } // --- Función de noticias rodantes drawNews () { var myWidget; if((theCurrentLength % 2) == 1) { myWidget = theWidgetOne } else { myWidget = theWidgetTwo } = theLeadString + theNewsText.substring(0,theCurrentLength) + myWidget + theSpaceFiller; theCurrentLength++; setTimeout("runTheTicker()", theCharacterTimeout); // --- Finalizar la función de bucle de noticias closeOutNews() { document.all.hottext. internalHTML = theLeadString + theNewsText + theSpaceFiller; theNewsState = 1; setTimeout( "runTheTicker()", theNewsTimeout } window.onload=startTicker; //--> </script> </HEAD> <BODY> <table> < tr><td> <div id=visible>Academia de creación de sitios web Express: <a href="" id=hottext target="_blank"></a></div> </td></tr> </table > <div id=incoming style="DISPLAY: none"> < div id=AllNews> <div id=1> <div id=Summary>La delegación del Comité Nacional de la Conferencia Consultiva Política del Pueblo Chino visitó tres países para asistir a la Conferencia Económica y reunión del Consejo Social</div> <div id=NewsLink>#</div> </div> <div id=2> <div id=Summary>[Tiempo y espacio del Este] Seis días y siete noches para conquistar el bosque fuego</div> <div id=NewsLink>#</div> </div> <div id=3> <div id=Summary >El gobierno de la RAE de Hong Kong emitió una declaración sobre la renuncia de Donald Tsang como Secretario Jefe de Administración< /div> <div id=NewsLink>#</div> </div> <div id=4> <div id=Summary>Liu Yunshan se reunió con invitados laosianos</div> <div id=NewsLink>#</div > </div> <div id=5> <div id=Summary>Zeng Qinghong enfatizó que las actividades avanzadas de educación sobre la naturaleza deben centrarse en resultados prácticos de principio a fin</div> <div id=NewsLink> #</div> < /div> </div> <div id=AgregarNoticias> </div> </div>