28Jul/090
How to make the text dance in the status bar of the browser on which your site is opened
->
Here is how you can make the text dance in the status bar of the browser on which your site is opened.
Put the code below within your site's source code. If you dont know how to implement this code into your site, please goto how to implement the code to your website
Code:
<!-- this script is from www.manycodes.com --> <!-- DESCRIPTION: This will make your text bounce in the status bar of the browser. INSTRUCTIONS: Place this script in the HEAD tags of your webpage. Then place the text you want to be bounced in the area that says, "YOUR MESSAGE HERE". FUNCTIONALITY: Works in both Netscape & IE. --> <SCRIPT LANGUAGE="JavaScript"> //Modified by CoffeeCup Software //This code is Copyright (c) 1997 CoffeeCup Software //all rights reserved. License is granted to a single user to //reuse this code on a personal or business Web Site. var yourtext = "* YOUR MESSAGE HERE! *"; var wedge1=" "; var wedge2=" "; var message1=wedge1+yourtext+wedge2; var dir = "lside"; var speed = 50; function bouncey() { if (dir == "lside") { message2=message1.substring(2,message1.length)+" "; window.status=message2; setTimeout("bouncey();",speed); message1=message2; if (message1.substring(0,1) == "*") { dir="rside"; } } else { message2=" "+message1.substring(0,message1.length-2); window.status=message2; setTimeout("bouncey();",speed); message1=message2; if (message1.substring(message1.length-1,message1.length) == "*") { dir="lside"; } } } // -- End Hiding Here --> </SCRIPT> <body onLoad="bouncey()"> <font face="Tahoma"><a target="_blank" href="http://www.manycodes.com/category/java/javascript-codes/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>
Tagged as: browser, site, status bar, text dance
No Comments
Categories
Login
Recent Posts
- What is difference between require_once(), require(), include() ?
- What does memcpy do?
- Source Insight Tips and Tricks and Tweaks
- How to create a symlink in the Linux command console?
- How to Open rar file or Extract rar files under Linux or UNIX
- How to Copy, move, rename, and remove files in Linux
- How to Use C’s volatile Keyword
- Guess the number game in PHP
- Ban IP using PHP
- How to download youtube videos?
- Send Money By Bumping iPhones; Split Check With Contacts With PayPal’s New iPhone App
- New Bing iPhone App Includes Bookmarks, Location Based Search, Parental Controls & More
- Football – Real Kick App Turns Your iPhone Into A Football Player
- Multi-tasking On iPhone With Multifl0w Jailbreak Application
- ProSwitcher – Free Multitasking iPhone Application