![]() |
|
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 | Have you ever seen a moving status bar ? Do you want to have it on your pages ? or try it. It's cooool look at the status bar of this page and see what it does you can enter different text it will show it up seconds with a nice effect in status bar of IE or Internet Explorer Here is the code in this textbox <!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydatoula --> <!-- DESCRIPTION: This script will make your status message slide into place. Neat effect. INSTRUCTIONS: Place this script in the BODY tags of your webpage. Then place the appropriate message in the var msg value. FUNCTIONALITY: Works in both Netscape and IE. //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. --> <BODY onLoad="timerONE=window.setTimeout('slide(120,0)', 20);"> <SCRIPT LANGUAGE="JavaScript"> function slide(jumpSpaces,position) { var msg = "This JavaScript will slide in your desired message....Cool...isn't it???.......drink more coffee" var out = "" if (endScroll) {return false} for (var i=0; i<position; i++) {out += msg.charAt(i)} for (i=1;i<jumpSpaces;i++) {out += " "} out += msg.charAt(position) window.status = out if (jumpSpaces <= 1) { position++ if (msg.charAt(position) == ' ') {position++ } jumpSpaces = 100-position } else if (jumpSpaces > 3) {jumpSpaces *= .75} else {jumpSpaces--} if (position != msg.length) { var cmd = "slide(" + jumpSpaces + "," + position + ")"; scrollID = window.setTimeout(cmd,5); } else { scrolling = false return false } return true } function ccSetup() { if (scrolling) if (!confirm('Re-initialize slide?')) return false endScroll = true scrolling = true var killID = window.setTimeout('endScroll=false',6) scrollID = window.setTimeout('slide(100,0)',10) return true } var scrollID = Object var scrolling = false var endScroll = false </SCRIPT> <font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>
__________________ 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 |
| online status indicator | Richard | Console Subjects | 0 | 06-26-2007 1:32 AM |
| [Maybe OT] Selling Alpine F1 Status System | ziomax | Car audio | 1 | 06-18-2007 11:47 AM |
| status images for web site. | jc | Graphics in general | 0 | 06-12-2007 12:24 AM |
| How can I add apicture w/o text moving | PeterM | Graphics in general | 1 | 05-28-2007 7:53 PM |
| Mk Clan Live Server Status | Whatcha | The Games | 0 | 10-15-2006 4:52 PM |
| Featured Websites | ||||
|