free javascript
Pages
Home
About
get it
Blogger templates
Home
About
Blog
Services
Portfolio
Contacts
Back to Article
How it Works?
Text dance in status bar 3
Copy the Below Code and Paste it in HTML in Blogger post anywhere or flow like this > sing in > Design > Layout > Add a gadget > HTML/JavaScript and Paste the code and save it.
<!-- this script got from my-javacodes.blogspot.com-Coded by: Morad Hasan --> <!-- Start of Typing Text Script --> <html> <head> <script LANGUAGE="JavaScript"> var speed = 100 var pause = 1000 var timerID = null var texttype = false var ar = new Array() ar[0] = "This is the Typing Text Javascript" ar[1] = "CoffeeCup Software is cool!" ar[2] = "El HTML Editor++ es muy bueno!" var msgnow = 0 var offset = 0 function stopBanner() { if (texttype) clearTimeout(timerID) texttype = false } function startBanner() { stopBanner() showBanner() } function showBanner() { var text = ar[msgnow] if (offset < text.length) { if (text.charAt(offset) == " ") offset++ var partialMessage = text.substring(0, offset + 1) window.status = partialMessage offset++ timerID = setTimeout("showBanner()", speed) texttype = true } else { offset = 0 msgnow++ if (msgnow == ar.length) msgnow = 0 timerID = setTimeout("showBanner()", pause) texttype = true } } </SCRIPT> </HEAD> <body onLoad="startBanner()"> </BODY> </HTML> <!-- END OF SCRIPT --> <font face="Tahoma"><a target="_blank" href="http://my-javacodes.blogspot.com/"><span style="font-size: 8pt; text-decoration: none">get it</span></a></font>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment