Hey,
I have a JS function called 'starttimer'
I have this code
To make it count every second.
I was wondering what code is there to stop the timer?
Instead of using a code like
Thanks,
Daniel[/code][/quote]
I have a JS function called 'starttimer'
I have this code
| Code: |
| setTimeout("setTimeout()", 1000) |
To make it count every second.
I was wondering what code is there to stop the timer?
Instead of using a code like
| Code: |
| setTimeout("setTimeout()", 1000000) |
Thanks,
Daniel[/code][/quote]
