english code
Would you like to react to this message? Create an account in a few clicks or log in to continue.

english code

supporting html java css codes for forumotion users
 
HomeLatest imagesSearchRegisterLog in

 

 welcome in the status bar

Go down 
AuthorMessage
Admin
Admin



Posts : 3
Join date : 2010-01-19

welcome in the status bar Empty
PostSubject: welcome in the status bar   welcome in the status bar I_icon_minitimeTue Jan 19, 2010 1:17 pm

[hide]

//Created by Status Bar Message Generator
// http://rainbow.arch.scriptmania.com/tools/status_bar/
function sb1_makeArray(n){
this.length = n;
return this.length;
}

sb1_messages = new sb1_makeArray(1);
sb1_messages[0] = "welcome";
sb1_bln = 50;
sb1_rptType = 'infinite';
sb1_rptNbr = 5;
sb1_speed = 100;
sb1_counter=1;
sb1_timer = null;
sb1_last = 1;
sb1_st='';
sb1_currMsg = 0;
function sb1_scrollStatus(){
if (sb1_last > sb1_messages[sb1_currMsg].length){
if (sb1_st.length == 0){
sb1_last=1;
if (sb1_currMsg == sb1_messages.length-1){
if ((sb1_rptType == 'finite') && (sb1_counter==sb1_rptNbr)){
clearTimeout(sb1_timer);
return;
}
sb1_counter ;
sb1_currMsg=0;
}
else{
sb1_currMsg ;
}
}
else{
sb1_st=sb1_st.substring(1,sb1_st.length);
}
}
else{
sb1_st = sb1_messages[sb1_currMsg].substring(0, sb1_last);
for (var i=0; i
Back to top Go down
https://encode.forumotion.com
 
welcome in the status bar
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
english code :: HTML JAVA SCRIPTS :: status bar-
Jump to: