English
<!--Script description: Step 1: Add the following code to the <head> area--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin var max=0; function textlist() { max=textlist. arguments.length; for (i=0; i<max; i++) this[i]=textlist.arguments[i]; } tl = new textlist( " With the gradual arrival of the INTERNET era, people's understanding and perception of the network More and more profound", "The main purpose of surfing the Internet is to browse web pages, so the brilliance of web pages is important to the development of a website", "People show their talents by making personal homepages, and due to the emergence of a variety of software for making web pages ", "But is it possible to create the various page effects you want using software alone? The answer is definitely no. But is it possible to create the various page effects you want using software alone? ", "JavaScript is an interpretive language for WEB pages first introduced by Netscape. This site is a professional web page production site. You can learn a lot of useful knowledge through this site! " ); var x = 0; pos = 0; var l = tl[0].length; function textticker() { document.tickform.tickfield.value = tl[x].substring(0, pos) + "_"; if(pos++ == l) { pos = 0; setTimeout("textticker()", 2000); if(++x == max) x = 0; l = tl[x].length; } else setTimeout("textticker() ", 50); } // End --> </script> </HEAD> <!--Step 2: Add the following code to the <body> area--> <form name=tickform> <textarea name= tickfield rows=3 cols=38 style="background-color: rgb(0,0,0); color: rgb(255,255,255); cursor: default; font-family: Arial; font-size: 12px" wrap=virtual> The news will appear here when the page has finished loading.</textarea> </form> <!--Step 3: Change <body> to--> <body bgcolor="#fef4d9" OnLoad="textticker( )">