Script javascript Agile Title Bar Message Ticker - Toocharger.com.l►► Agile Title Bar Message Ticker 1.0. Ce Javascript change le titre de votre page dans la barre de titre du navigateur. Vous pouvez l'employer pour promouvoir certaines pages. Script Agile Title Bar Message Ticker. Télécharger Agile Title Bar Message Ticker, téléchargement, download.
Vous êtes ici :
> > >
Agile Title Bar Message Ticker
 | SCRIPT JAVASCRIPT AGILE TITLE BAR MESSAGE TICKER v 1.0 |
Cliquez pour agrandir
Ce Javascript change le titre de votre page dans la barre de titre du navigateur. Vous pouvez l'employer pour promouvoir certaines pages.
|
<script> // Copyright 2001 by www.CodeBelly.com // Do *not* remove this notice. // INSTRUCTIONS // Place this script in the head of your page. // Set the variables as indicated below. // SET THE VARIABLES BELOW // Set your messages below -- follow the pattern. To add // more messages, just add more elements to the array. var message = new Array() // leave this as is message[0] = "CodeBelly's Goats Are Pretty"; message[1] = "They All Use Burma Shave"; message[2] = "None Of Them Eat Kitties"; message[3] = "And All Of Them Behave"; message[4] = "Take One Home For Supper"; message[5] = "They're Really Good With Peppers" message[6] = "" // Set the number of repetitions (how many times the arrow // cycle repeats with each message). var reps = 2 // Set the overall speed (larger number = slower action). var speed = 200 // 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>8){s=1} // you can fiddle with the patterns here... if(s==1){document.title='||||||====||| '+T+' -----'} if(s==2){document.title='|||=|||===||| '+T+' -----'} if(s==3){document.title='|||==|||==||| '+T+' -----'} if(s==4){document.title='|||===|||=||| '+T+' -----'} if(s==5){document.title='|||====|||||| '+T+' -----'} if(s==6){document.title='|||===|||=||| '+T+' -----'} if(s==7){document.title='|||==|||==||| '+T+' -----'} if(s==8){document.title='|||=|||===||| '+T+' -----'} if(C<(8*reps)){ sT=setTimeout("A()",speed); C++ }else{ C=0; s=0; mC++ if(mC>p-1)mC=0; sT=null; doTheThing();}} doTheThing(); </script>
|
| Auteur |
|
| Site web de l'éditeur |
|
| Date de publication |
28/12/2007 |
| Langue |
anglais |
| Type de licence |
gratuit |
| Licence |
- |
| Bases de données |
Aucune |
| Téléchargements total |
348 |
| Téléchargements ce mois |
2 |
|
Note des utilisateurs |
|
Fonctionnalités Interface Stabilité Installation Rapport qualité/prix Avis général |
Nbre de votes : 0
|
|
|
 | DERNIERS AVIS POSTÉS PAR LES UTILISATEURS |