<Head>
<Script language = "JavaScript">
<! -- Original: tarjei David Sen (the@rescueteam.com) -->
<! -- This script and other more are available free online at -->
<! -- The JavaScript source !! Http://javascript.internet.com -->
<! -- 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 are becoming more and more aware of the network ",
"Surfing the internet is mainly for web page browsing, so the beauty of the web page is for a website ",
"People present their talents by making personal homepages, and there are a variety of software for making web pages ",
"But is it possible to use software to make the various page effects you want? The answer must be no. However, is it possible to use software to make the various page effects you want? The answer must be no ",
"Javascript is a Web page Interpretation Language first launched by Netscape"
);
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>
<Body onload = "textticker ()">
<Form name = tickform>
<Textarea name = tickfield rows = 3 Cols = 38 style = "background-color: RGB (255,255,255, 0); color: RGB (); cursor: default; font-family: arial; font-size: 12px "Wrap = Virtual> the news will appear here when the page has finished loading. </textarea>
</Form>
</Body>