Any one can tell me in detail that how can I repeat(loop) a script rapidly.

Any one can tell me in detail that how can I repeat(loop) a script rapidly.

]]>

One Commentto Any one can tell me in detail that how can I repeat(loop) a script rapidly.

  1. Anonymous says:

    < ![CDATA[

    Almost like in your previous post:


    function myfunction()


    {


    // do something useful here


    setTimeout(myFunction, 10);


    }


    myfunction();

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *