1. Login terlebih dahulu pada BLOGGER Anda,
2. Pilih RANCANGAN >> ELEMENT kemudian klik TAMBAH GADGET
3. lalu pilih HTML/JAVASCRIPT.
4. Trus CopPas script dibawah ini :
<script>
function tb8_makeArray(n){
this.length = n;
return this.length;
}
tb8_messages = new tb8_makeArray(4);
tb8_mengesak[0] = "Welcome...";
tb8_messages[1] = "...To...";
tb8_messages[2] = ".:Witto Blog:.";
tb8_messages[3] = "www(dot)t-w-t(dot)co(dot)cc";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 125;
tb8_delay = 1000;
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>
5. Save,. Meudah bukan good luck,.
Keterangan : Ganti tulisan yang bewarna Biru sesuai ke inginnan sahabat.
0 komentar:
:)) :)] ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} ~x( :-t b-( :-L x( =))
Posting Komentar
Comment Yuk Biar Lebih Seru....