[1]. Seperti biasa Login ke Blog Kalian
[2]. Trus pilih Tata Letak
[3]. Klik Edit HTML
[4]. Cari Code </body>
[5]. Paste Code di bawah ini tepat diatas Code yang tadi.
<script>[6]. Simpan dan Lihat Perubahannya
var tit = document.title;
var c = 0;
function writetitle() {
document.title = tit.substring(0,c);
if(c==tit.length)
{
c = 0;
setTimeout("writetitle()", 2000)
}
else {
c++;
setTimeout("writetitle()", 275)
}
}
writetitle()
</script>
2 comments
thanks atas bantuannya
@harry potter
sma" gan , , ,
lain kali surfing lagi ya , , ,
^_^