Scritta con onde sulla barra superiore del browser

« Older   Newer »
 
  Share  
.
  1. Dailypain
        +1   -1
     
    .

    User deleted


    Va inserito in Amministrazione>Amministrazione grafica>Gestione codice HTML> Codice HTML che verrà visualizzato in ogni pagina in fondo al forum

    CODICE
    <script type="text/javascript">
    // VICKYS.cjb.net © -
    var message = new Array();
    message[0] = "NOME DEL FORUM"
    var reps = 2;
    var speed = 80;
    var p = message.length;
    var T = "";
    var C = 0;
    var mC = 0;
    var s = 0;
    var sT = null;
    if (reps < 1) reps = 1;
    function doIt() {
    T = message[mC];
    A();
    }
    function A() {
    s++;
    if (s > 8) { s = 1;}
    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;
    doIt();
    }
    }
    doIt();
    </script>
     
    Top
    .
  2. *La Zanna Bianca Di Community*
        +1   -1
     
    .

    User deleted


    Ci puoi fare un esempio con un' immagine grazìe ? :)
     
    Top
    .
  3. mau.06
        +1   -1
     
    .

    User deleted


    CITAZIONE (*La Zanna Bianca Di Community* @ 24/10/2009, 15:54)
    Ci puoi fare un esempio con un' immagine grazìe ? :)

    >> prego <<
     
    Top
    .
2 replies since 4/6/2009, 03:05   1697 views
  Share  
.