#!/COMMUNITY
Members: 5187
davon online: 1
weitere User: 77
07.01.2009 / 15:46
Community-Member werden
|
Paßwort vergessen
|
OnlineMonitor (1)
Perl-Archiv
Forum
Javascript
Home
PERLscripts
PHPscripts
JAVAscripts
Hilfreiches
Links2www
Newscenter
Community
Interna
Javascript
Archivübersicht
Tutorials
Zum Forum
JS-Links
BuchTipps
WebForen
Forenübersicht
Neueste Themen
Ohne Antwort
Aktivste Themen
Themensuche
Forenarchiv
Newsgroups
Sehenswertes
Kontaktlinsen
EP:Netshop
Bondtravel
Babywalz Shop
Conrad.de
Reifen Shop
Reisen
Uhren-Schmuck
Walbusch
Web-Consulting
Kabel-Shop
Büromöbel
Webhosting
Javascript » Texteffekte » Title Bar Ticker
zur Übersicht
Kategorie
Texteffekte
Bezeichnung
Title Bar Ticker
ScriptDemo
Neues Fenster für Demo öffnen
Statistik
13561 Aufrufe davon 0x gestern
Keine Beschreibung vorhanden.
Javascript-Quellcode
(einfach markieren, kopieren und lokal abspeichern)
<script LANGUAGE="JavaScript"> <!-- Begin var message = new Array(); // Set your messages below -- follow the pattern. // To add more messages, just add more elements to the array. message[0] = "jsunity.de"; message[1] = "Das Deutsche JavaScript-Archiv"; message[2] = "Alles kostenlos!"; message[3] = "JavaScript Forum"; message[4] = "Fuege so viele Nachrichten wie du willst"; message[5] = "IE and NN6"; message[6] = ""; // Set the number of repetitions (how many times the arrow // cycle repeats with each message). var reps = 2; var speed = 200; // Set the overall speed (larger number = slower action). // DO NOT EDIT BELOW THIS LINE. var p = message.length; var T = ""; var C = 0; var mC = 0; var s = 0; var sT = null; if (reps < 1) reps = 1; function doTheThing() { T = message[mC]; A(); } function A() { s++; if (s > 10) { s = 1;} // you can fiddle with the patterns here... if (s == 1) { document.title = '|[-JS-]-----| '+T+' -----'; } if (s == 2) { document.title = '|-[-JS-]----| '+T+' -----'; } if (s == 3) { document.title = '|--[-JS-]---| '+T+' -----'; } if (s == 4) { document.title = '|---[-JS-]--| '+T+' -----'; } if (s == 5) { document.title = '|----[-JS-]-| '+T+' -----'; } if (s == 6) { document.title = '|-----[-JS-]| '+T+' -----'; } if (s == 7) { document.title = '|----[-JS-]-| '+T+' -----'; } if (s == 8) { document.title = '|---[-JS-]--| '+T+' -----'; } if (s == 9) { document.title = '|--[-JS-]---| '+T+' -----'; } if (s == 10) { document.title = '|-[-JS-]----| '+T+' -----'; } if (C < (10 * reps)) { sT = setTimeout("A()", speed); C++; } else { C = 0; s = 0; mC++; if(mC > p - 1) mC = 0; sT = null; doTheThing(); } } doTheThing(); // End --> </script>
Kommentare zu
Title Bar Ticker
1 Kommentar(e) vorhanden / Anzeige der neuesten 5
am 11.08.2004 um 10:47 Uhr von Shadow
Das script ist ja ganz lustig aber wenn ich es einfüge funktioniert die Anzeige für Datum ...
Alle Kommentare anzeigen
-
Kommentar hinzufügen
© PERL/CGI/
PHP
/JS/SCRIPT/unity.de 1998-2008 .::.
interaktiv.shop
.::.
CGI-Service
.::.
Kontakt
.::.
Impressum
Link: /javascript/scripts/javascript_0239_main.shtml .::. Aufrufe heute: 2 .::. Aufrufe gesamt: 8556