![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| JavaScript JavaScript are you needing help with functions in your script, free help is offered here for all JavaScript problems so if you have an JavaScript error in your code just ask. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| MK PitStop Member | Special effect for text in status bar Here is the code in this textbox <!-- 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()">
__________________ INTERNATIONAL OFFERS - EARN 1$ | ||
| | |
| Featured Websites | ||||
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving text status | ssdtsaks | JavaScript | 0 | 07-14-2008 10:21 AM |
| SHOW TABLE STATUS & Autoincrement??? | soup_or_power@yahoo.com | Database | 3 | 07-01-2007 8:34 PM |
| online status indicator | Richard | Console Subjects | 0 | 06-26-2007 12:32 AM |
| status images for web site. | jc | Graphics in general | 0 | 06-11-2007 11:24 PM |
| Mk Clan Live Server Status | Whatcha | The Games | 0 | 10-15-2006 3:52 PM |
| Featured Websites | ||||
|