angel2white
08-07-2004, 01:48 AM
okay there is this code that i got from some girls xanga, and it works just fine on her xanga, but it doesn't work too well on mine. its the one where on the bottom toolbar where it says done or how much ur page has loaded right? so you put a lil scrolly thing there, and it doesn't work. is there something wrong with my code? here it is:
<!-- begin code provided by createblog.com -->
<style></style>
<script language="JavaScript">
<!--
/*
Slowly coming together status bar scroller
Dynamic HTML script written by Kevin Sanchez (http://www.datboikevin.cjb.net)
Visit http://www.dynamicdrives.com for more scripts like this!
*/
//set message:
msg = "<Everyday is a NeW Day>"
timeID = 10;
stcnt = 16;
wmsg = new Array(33);
wmsg[0]=msg;
blnk = " ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}
function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}
wiper()
// -->
</script>
<!-- end code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<style></style>
<script language="JavaScript">
<!--
/*
Slowly coming together status bar scroller
Dynamic HTML script written by Kevin Sanchez (http://www.datboikevin.cjb.net)
Visit http://www.dynamicdrives.com for more scripts like this!
*/
//set message:
msg = "<Everyday is a NeW Day>"
timeID = 10;
stcnt = 16;
wmsg = new Array(33);
wmsg[0]=msg;
blnk = " ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}
function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}
wiper()
// -->
</script>
<!-- end code provided by createblog.com -->