free javascript
Pages
Home
About
get it
Blogger templates
Home
About
Blog
Services
Portfolio
Contacts
Back to Article
How it Works?
Text in status bar 4
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 Status Blinker --> <!-- This will put a blinking status bar message in your webpage. Important: There are two parts to this script, one goes in between the HEAD tags and one goes in the BODY tag. --> <script> var yourwords = "my-javacodes.blogspot.com"; var speed = 300; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash()",speed); } </script> <!--You can control the speed of the flashing in this script. You just need to change the speed number 300. Bigger the number the slower it goes.--> <!-- From this part on up goes in between the HEAD tags --> <body onLoad="flash()"> <!-- End of Status Blinker --> <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