Results 1 to 6 of 6

Thread: text inside button will scroll [silly script]

  1. #1
    Join Date
    Aug 2005
    Posts
    7

    Default text inside button will scroll [silly script]

    press on those button and see what heppen!
    *keep on presing them and watch what heppends!

    preview:
    http://planet.nana.co.il/thbanda/lala1.htm

    put this in <head>
    Code:
    <script>
    
    function for_stupid_children()
    
    {
    
    document.myFORM.cool.value=document.myFORM.cool.value.substring(1,document.myFORM.cool.value.length)+document.myFORM.cool.value.substring(0,1)
    
    }
    
    function for_stupid_children1()
    
    {
    
    document.myFORM.cool1.value=document.myFORM.cool1.value.substring(1,document.myFORM.cool1.value.length)+document.myFORM.cool1.value.substring(0,1)
    
    }
    
    
    
    </script>
    and this in <body>
    Code:
    <body onLoad=setInterval("for_stupid_children()",150)>
    
    <form name=myFORM>
    
    <input type="button" name="cool" value="Please wait... " onclick=setInterval("for_stupid_children()",150)>
    
    <input type="button" name="cool1" value=" Please don't press me... " onclick=setInterval("for_stupid_children1()",150);>
    
    </form>
    enjoy..

  2. #2
    Join Date
    Aug 2004
    Location
    USA
    Posts
    996

    Default

    Dude I pushed it so much that it looks like its going backwards.

    And I'm sure you can change the function.STupid_Children.

  3. #3
    Join Date
    Jan 2005
    Location
    Novi Pazar
    Posts
    40

    Default

    Nice youb (If you did it fcourse)

  4. #4
    Join Date
    Sep 2005
    Location
    Not in TURKEY, in RIYADH
    Posts
    115

    Default

    really nice but i can make the button do something beside text moving right ?

  5. #5
    Join Date
    May 2005
    Posts
    211

    Default

    I believe thats all it does "text moving". Nice though!

  6. #6
    Join Date
    Sep 2005
    Location
    Not in TURKEY, in RIYADH
    Posts
    115

    Default

    u can make the txt move in a table that looks like a button !? so this is really is not that good unless it do something else

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
  •