JS Specialties Bullet
[Author: Li Ping Add Time: 2001-5-21 06:14:41 PM]
Source: www.ccidnet.com
Copy the code below to your HTML file
and head>:
VAR msg = "Please see the status bar - CCID network interactive school";
Var interval = 100 // This value is 100 to 500 100 fastest 500 slowest
VAR Spacelen = 120;
VAR Space10 = ""
VAR SEQ = 0;
Function scroll () {
Len = msg.length;
WINDOW.STATUS = msg.substring (0, SEQ 1);
SEQ ;
IF (SEQ> = LEN) {
SEQ = 0;
WINDOW.STATUS = '';
Window.SetTimeout ("scroll ();", interval);
Else
Window.SetTimeout ("scroll ();", interval);
Scroll ();
script>