Tutorial : Gerakkan Title Blog

  2 comments    
categories: 
Dashboard > Design > Add Gadget > Html/JavaScript

Copy paste code dibawah dalam ruangan Html / JavaScript


<script language=javascript>
msg = "ayat korang lah kan takkan ayat aku pulak hehehe ";
msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();
</script>


Klik save sudah...

2 comments:

Thank you for taking your time to leave what your thoughts! Will respond as soon as possible!