How to Make Text Walking Addresbar

In this post, just want to share Gandz wrote about how to create a text run in the addressbar. Even this result Gandz browsing on the Internet. Ga no harm in it Gandz share knowledge with friends. Actually, to make the text run on addressbar is only required script that will be the template we put on our heads.

Script as below
:

<SCRIPT language='JavaScript'>
var txt="..::Your blog name here::... ";
var kecepatan=170;var segarkan=null;function bergerak() { document.title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
segarkan=setTimeout("bergerak()",kecepatan);}bergerak();
</SCRIPT>


The trick, replace the blog name in the script above with the name of your blog.
For how to install the script on the blog, as always, please login to blogger. Then select the layout of a page, and select edit template. Then find the code </ head> and place it over the last script code </ head> it. If it is please save your template and please see the results.


Make it easy. Hopefully this post is useful to you all. Good luck and see you at the next posting.

0 Response to "How to Make Text Walking Addresbar"

Related Posts Plugin for WordPress, Blogger...
Powered by Blogger