Español
<!--Instrucciones del script: Paso 1: Agregue el siguiente código al área <head>--> <script language="JavaScript"> <!-- Activate Cloaking Device var i = 0 // usado para recorrer los mensajes; var TextNumber = -1; // matriz de mensajes var TextInput = new Object(); // usado para cargar el mensaje manipulado var HelpText="" // usado para cargar el mensaje var Text = ""; más pequeño es más rápido) var Speed=50 // usado para mostrar el número de mensaje var message=0; // usado para posicionar el texto en la versión 2.0 var addPadding="rn" // Cada elemento de TextInput representa un único mensaje. . TextInput[0] = "Bienvenido a visitar Website Building Academy"; TextInput[1] = "Este sitio es un sitio de enseñanza web profesional con abundantes recursos"; efectosprogramación de redproducción de animación"; TextInput[3] = "Tecnología estrechamente relacionada con la producción de páginas web"; TextInput[4] = "Este sitio también tiene tutoriales de descarga y otras columnas"; TextInput[5] = "También hay información de noticias y servicios"; TextInput[6] = "Los servicios proporcionados por este sitio incluyen la creación de un sitio web para ustedventa de programastraducción inglés-chino"; TextInput[7] = "URL de este sitio: http://www. downcodes.com"; TotalTextInput = 7 ; // (0, 1, 2, 3, 4, 5, 6, 7) // El posicionamiento y la velocidad varían entre versiones. var Version = navigator.appVersion; if (Version.substring( 0, 1)==3) { Velocidad=200; addPadding="" } for (var addPause = 0; addPause <= TotalTextInput; addPause++) {TextInput[addPause]=addPadding+TextInput[addPause];} var TimerId var TimerSet=false; // Llamado por el botón >>> (muestra el siguiente mensaje). function nextMessage() { if (!TimerSet) { TimerSet=true; clearTimeout (TimerId); es el final de la lista!" ); TimerSet=false; } else { TextNumber+=1; message=TextNumber+1; document.forms[0].elements[2].value= mensaje; Text = TextInput[TextNumber]; HelpText = Text; } teletype() ; } } // Obtiene y muestra el carácter de rollMessage() // La velocidad variable controla la duración del tiempo de espera y, por lo tanto, la velocidad de escritura. =rollMessage(); TimerId = setTimeout(" teletype()", Speed); document.forms[0].elements[0].value=Texto } } // Extrae un carácter a la vez de la cadena y devuelve (como; Texto) para funcionar como teletipo() para mostrar. función rollMessage () { i++; var CheckSpace = HelpText.substring(i-1, i); CheckSpace = "" + CheckSpace; if (CheckSpace == " ") {i++;} if (i >= HelpText.length+1 ) { TimerSet=false; Texto = HelpText.substring(0, i=0); return (Texto } Texto = HelpText.substring(0, i); Text } // Inicialmente llamado por onLoad en la etiqueta BODY para cargar el título. initTeleType() { Text="rn Visualización de teletipo manual"; Texto; } // Llamado por el botón <<< (obtener mensaje anterior). función lastMessage() { if (!TimerSet && TextNumber!=-1) { TimerSet=true; { alert("¡Este es el comienzo de la lista!"); TimerSet=false; } else { TextNumber-=1; message=TextNumber+1; document.forms[0].elements[2].value= mensaje; = TextInput[TextNumber]; HelpText = Text; } teletype(); } } // Desactivar encubrimiento --></script> <!--Paso 2: Agregue el siguiente código al área <body>:--> < formulario> <table CELLSPACING="0" CELLPADDING="0" WIDTH="17%"> <tr> <td width="100%" colspan="3" valign="top"><div align="center" ><p><textarea NAME="teletipo " ROWS="3" COLS="28" wrap="yes"></textarea> </td> </tr> <tr align="center"> <td ancho ="40%" valign="top" bgcolor="#0000A0"><input TYPE="button" VALUE="Tablero de anuncios" onClick="lastMessage()"></td> <td width="30%" bgcolor="#0000A0" valign="top "><input TYPE="text" value="Total 8" TAMAÑO="5" name="1"></td> <td width="30%" bgcolor= "#0000A0" valign="arriba" ><input TYPE="botón" VALUE="Leer" onClick="nextMessage()"></td> </tr> </table> </form>