View Full Version : i hope this is my last question


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 -->

smileygurl119
08-07-2004, 01:52 AM
if its the kind that animates, then it wont work...`cause i think the girl has premium...and also, other codes that makes your status or document bar animate, only work for premium users.

angel2white
08-07-2004, 02:00 AM
omg!!! ur right!! she does have premium!! haha woah i didn't realize that! haha - yea she doesn't have an ad, that prolly why non of her codes work on my xanga, because neither did the mouse pointer she had, but then again, that pointer doens't work on my xanga either. speakin of, does anyone know the code for the clock pointer, i kno this question has been asked like a million times, and i have tried alllllll of them and NONE WORK!! it drives me crazy. i hvae wanted that pointer for like EVER!! grrrrrr - thanks - and it would be double thanks if you could tell bout the pointer! BYE! :)

smileygurl119
08-07-2004, 03:48 AM
uh..so you want a cursor of a ticking clock?

angel2white
08-07-2004, 03:57 AM
yup, i want a cursor of a ticking clock, with the date around it rotating. ive found sooo many but none work on my xanga!! it drives me CRAZY!