JavaScript - An open source scripting language, it allows the creation of dynamic web page content.  Home Web Programming JavaScript Status Bar Shoot
Your Ad Here

Status Bar Shoot


Status BarAs appealing as the title may sound, this script is worth a try :)

<BODY onLoad="yfOC(-1)">

Or, you can try a different method...

<script language="JavaScript">
var DS_Text="ghostbone.com - digital playground";
var DS_Distance=96;
var DS_Speed=8;
var s="";
var m="";
var lm="";
function DS_StatusBarShoot(){
if(m==""){
lm="";
s=" ";
m=DS_Text+" ";
}
if(s.length!=1){
s=s.substring(DS_Speed,s.length);
}
else{
while(m.substring(0,1)==" "){
lm+=s;
s=m.substring(0,1);
m=m.substring(1,m.length);
}
lm+=s;
s=m.substring(0,1);
m=m.substring(1,m.length);
for(var i=0;i<DS_Distance;i++)
s=" "+s;
}
window.status=lm+s;
setTimeout("DS_StatusBarShoot()",20);
}
DS_StatusBarShoot();
</script>


Author's URL: Ghostbone.com
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

Web programming � everything from the basics of visual design and architecture to the specifics of applications, graphics, and scripting. More Web Programming: Most Popular Materials | Fresh Materials | More JavaScript Tutorials at LearnPHP.org

Add comments to "Status Bar Shoot"

Only registered users can write comment

Reader's comments