FREE CODE Friday, 04.19.2024, 0:44 AM
Main | Registration | Login Welcome Guest | RSS
[ New messages · Members · Forum rules · Search · RSS ]
۞Forum Statistics۞
NEW TOPPIV
HOT TOPPIC
TOP MEMBERS
NEW MEMBERS
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • shadow text Have(0) reviews faxuhi
  • Beautiful text two Have(0) reviews faxuhi
  • Nice menu with java script <p1> Have(2) reviews faxuhi
  • Mouse Clock Have(1) reviews faxuhi
  • check code here Have(0) reviews faxuhi
  • Keywords meta Tags Have(0) reviews faxuhi
  • text box Have(0) reviews faxuhi
  • Page description Have(0) reviews faxuhi
  • marquee Have(0) reviews faxuhi
  • print your page Have(0) reviews faxuhi
  • choose your country Have(0) reviews faxuhi
  • check all - unchek all Have(0) reviews faxuhi
  • faxuhi[189]Bài
  • mcsnagger0022[0]Bài
  • thinknoodles[0]Bài
  • karaganis888[0]Bài
  • faxuhi [189]Bài
  • mcsnagger0022 [0]Bài
  • thinknoodles [0]Bài
  • karaganis888 [0]Bài
    • Page 1 of 1
    • 1
    Forum » Web Javascript » Status Bar Text Effect » Status Bar Text Effect
    Status Bar Text Effect
    faxuhiDate: Monday, 07.25.2011, 2:52 PM | Message # 1
    Colonel
    Group: Administrators
    Messages: 189
    Reputation: 0
    Status: Offline
    <!-- TWO STEPS TO INSTALL WRITE AND SLIDE:

    1. Paste the coding into the HEAD of your HTML document
    2. Copy the onLoad event handler into the BODY tag -->
    <!-- STEP ONE: Copy this code into the HEAD of your HTML document -->

    Code
    <html>

    <head><script LANGUAGE="JavaScript">

    <!--Total Java Scripts 99 - Next Step Software-->

    <!-- Begin
    var Message="welcome***to***www.javascriptfreecode.com*****";
    var place=1;
    function scrollIn() {
    window.status=Message.substring(0, place);
    if (place >= Message.length) {
    place=1;
    window.setTimeout("scrollOut()",300);  
    } else {
    place++;
    window.setTimeout("scrollIn()",50);  
        }  
    }
    function scrollOut() {
    window.status=Message.substring(place, Message.length);
    if (place >= Message.length) {
    place=1;
    window.setTimeout("scrollIn()", 100);
    } else {
    place++;
    window.setTimeout("scrollOut()", 50);
        }
    }
    // End -->
    </script>

    <!-- STEP TWO: Add this onLoad event handler into the BODY tag -->

    Code
    <title>E:\scrolls\vertical2_.htm</title>
    </head>

    <body onLoad="scrollIn()">
    <!-- Script Size:  1.09 KB  -->
    </body>
    </html>
     
    Forum » Web Javascript » Status Bar Text Effect » Status Bar Text Effect
    • Page 1 of 1
    • 1
    Search:

    Copyright MyCorp © 2024 Website builderuCoz