Kamis, 29 Maret 2012

Cara Membuar Title di Tab Berjalan

Hello !! Welcome to my cyber..
Now, i will give you information about "Cara Membuat Title di Bar Bergerak" --> how to make a title run at the bar

->First, we must log in to our blog..
-> next click add the gadget so...select HTML/JAVA SCRIPT
-> you can copy this html

<script type="text/javascript">
function tb8_makeArray(n){
this.length = n;
return this.length;
}

tb8_messages = new tb8_makeArray(4);
tb8_messages[0] = "Welcome to chiko cyber";
tb8_messages[1] = "bersiap-siaplah";
tb8_messages[2] = "Semoga blog ini bermanfaat";
tb8_messages[3] = "thanks for your visiting";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 100;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
document.title = tb8_tekst;
tb8_sp=tb8_speed;
tb8_i++;
if (tb8_i==tb8_messages[tb8_currMsg].length){
tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
}
if (tb8_currMsg == tb8_messages.length){
if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
clearTimeout(tb8_TID);
return;
}
tb8_counter++;
tb8_currMsg = 0;
}
tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()
</script>

source html:  http://klikmunadi.blogspot.com/2011/05/cara-membuat-pesan-pesan-berjalan-di.html

and the red line you can change it with the quote that you want

thanks... I hope this is useful. not strange why I wear my english language given the highly devastated


one more thank you :)



0 cuap-cuap:

Posting Komentar