Results 1 to 4 of 4

Thread: ?about The Site?

  1. #1
    can someone post the javascript code for the status bar message that is on klitesite.com? it looks like ==> Kazaa Lite<==. i would like to have that kind of script on my page home.clanhoc.com

  2. Lounge   -   #2
    summerlinda's Avatar Pyretta¤Blaze
    Join Date
    Dec 2002
    Location
    The Netherlands
    Age
    50
    Posts
    1,442
    Not exactly the same but a nice one:

    &#60;script language="JavaScript">
    puchtit=")<==( home.clanhoc.com&nbsp; )==>(";
    letrero1="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ";
    letrero2="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ";ultimo1=letrero1.length-1;
    ultimo2=letrero2.length-1;
    tiempo=setTimeout("scroll()",50);
    function scroll()
    {
    &nbsp; &nbsp; &nbsp; &nbsp; aux1=letrero1.charAt(ultimo1-1);
    &nbsp; &nbsp; &nbsp; &nbsp; letrero1=aux1+letrero1.substring(0,ultimo1-1);
    &nbsp; &nbsp; &nbsp; &nbsp; aux2=letrero2.charAt(0);
    &nbsp; &nbsp; &nbsp; &nbsp; letrero2=letrero2.substring(1,ultimo2+1)+aux2;
    &nbsp; &nbsp; &nbsp; &nbsp; window.status="(" + letrero2 + puchtit + letrero1 + ")";
    &nbsp; &nbsp; &nbsp; &nbsp; tiempo=setTimeout("scroll()",50);
    &nbsp; &nbsp; &nbsp; &nbsp; return true;
    }
    // --&#62;
    </script>
    Put that between the <body> tags


  3. Lounge   -   #3
    Thx

  4. Lounge   -   #4
    Poster
    Join Date
    Oct 2003
    Location
    UK
    Posts
    1,158
    Originally posted by summerlinda@6 November 2003 - 00:59
    Not exactly the same but a nice one:

    &#60;script language="JavaScript">
    puchtit=")<==( home.clanhoc.com )==>(";
    letrero1="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- &nbsp; ";
    letrero2="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- &nbsp; ";ultimo1=letrero1.length-1;
    ultimo2=letrero2.length-1;
    tiempo=setTimeout("scroll()",50);
    function scroll()
    {
    aux1=letrero1.charAt(ultimo1-1);
    letrero1=aux1+letrero1.substring(0,ultimo1-1);
    aux2=letrero2.charAt(0);
    letrero2=letrero2.substring(1,ultimo2+1)+aux2;
    window.status="(" + letrero2 + puchtit + letrero1 + ")";
    tiempo=setTimeout("scroll()",50);
    return true;
    }
    // --&#62;
    </script>
    Put that between the <body> tags

    do u mind if i use that aswell?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •