Marquee Title On Address Bar Using JavaScript

5:53 PM
:
: Less than a minute
Toady I will Share Marquee Title On Address Bar Using JavaScript That I using My Site.
  1. Login back to your blogger account Select your blog < Template < Edit HTML
  2. Save a backup of your blog template code first, now click inside the template code box.
  3. Now Find the <head> By Pressing Ctrl+F (Windows) or CMD+F (Mac)
  4. Step  Copy and Paste the below code above </head>

Source Code

js Copy
 <script>msg = document.title;  
   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>

Any type of information please Contact us.
Labels:

Post a Comment

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

switcher
Layout
Boxed Full
Boxed Background Image
Main Color
#007ABE

Shawon Khan

Nor is it at all prudent for the hunter to be over curious touching the precise nature of the whale spout.

Contact Form

Name

Email *

Message *

Powered by Blogger.