javascript function
This function is automatically called on page load.
I want to call it again when a button is pressed. What's the syntax to call it ?
[code:yb90gup0]//funciton
var progressInterval = setInterval(function() {
...
}[/code:yb90gup0]
thanks