You are viewing a post by crimez2. View all 58 posts in This code works only on [b]IE browsers[/b], just compile it with your other JavaScript codes..... [code]//Scrolling Title Bar putmsg=")-[TYPE YOUR SHORT MESSAGE HERE]-("; letchar2="·.¸¸.·´´*`�.
[/quote]
why my code is not functioning?
kindly edit please....
[quote]//Scrolling Status Bar
puchtit=")-[Darkness Gives the Loneliness]-(";
letrero2="·.¸¸.·´´+`··._.··.¸¸.·´´+`··._.·";
letrero1="·.¸¸.·´´+`··._.··.¸¸.·´´+`··._.·";ultimo1=letrero1.length-1;
ultimo2=letrero2.length-1;
tiempo=setTimeout("scroll()",.1);
function scroll()
{
aux1=letrero1.charAt(ultimo1-1);
letrero1=aux1+letrero1.substring(0,ultimo1-1);
aux2=letrero2.charAt(0);
letrero2=letrero2.substring(1,ultimo2+1)+aux2;
window.status="(" + letrero2 + puchtit + letrero1 + ")";
tiempo=setTimeout("scroll()",.1);
return true;
}[/quote]
and tell me my mistakes.....
i want to know my mistakes....
Last edited by crimez2 (2007-11-14 06:39:22)