You are viewing a post by nahtanoj18. 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....
[/quote]
Please use now the updated linker from my 1st post, for sure it will work now.... You don't have a mistake on your codes, just put it on the top most of your codes to make sure it will work....
Last edited by nahtanoj18 (2007-11-19 00:38:38)