sorry, sorry.. my mistake
actually i ask about java script thing.
function countDown(me,se ){
countDownTime = se ;
++countDownTime;
if (countDownTime >=10){
countDownTime=countDownInterval;
clearTimeout(counter)
Tminit++
countDown() ;
return
}
counter=setTimeout("countDown()", 1000); ----- problem here
}
In problem here, i dunno how to set parameter into function :
counter=setTimeout("countDown()", 1000);