Monday, March 29, 2010

Tutorial Blogger : Membuat Tulisan Berjalan di Addres BAR

Langsung ke TKP



<script type='text/javascript'>
//<![CDATA[

msg = " -Welcome to Executive Production,Bandung-Indonesia-";
msg = " -Sample photo/video,tutorial dll,enjoy my friends- " + 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()",300);
}
scrollMSG();
//]]>
</script>


copy kode tersebut di atas </head>

see u...

No comments:

Post a Comment