Jump to content

guleriahp

Members
  • Posts

    2
  • Joined

  • Last visited

About guleriahp

  • Birthday 02/21/1979

Contact Methods

  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    shail2102@yahoo.com

Profile Information

  • Location
    Delhi

guleriahp's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. thanx hacknsack, i'll try that.
  2. I am using setInterval() function like this.fun2(){ return setInterval();}fun(){ interval = fun2(); -----some code------ ------some code-----}The problem is that when fun2() is called it is executing the fun2()... but by the side ----some code---- is also executed. what i want is, this '---some code--' must be executed only after execution of fun2() is over. plz suggest how can do that?
×
×
  • Create New...