was hoping someone here could help.
basically have a page with a form, lets say you can put in a number and that's how many times a for loop will run (in php) when you hit "submit".
all i want is a small javascript generated "number" that obviously starts at 0 when you first load the page (since you havent' hit submit), and then when you hit for e.g. "10" and "submit" it'll show you the counter increasing up to 10, which increments each time the post-processing script runs its loop.
yes, you'd think it'd be too fast, but its a processor intensive script and can take from 2-5 seconds to run a single round.
Thanks guys
basically have a page with a form, lets say you can put in a number and that's how many times a for loop will run (in php) when you hit "submit".
all i want is a small javascript generated "number" that obviously starts at 0 when you first load the page (since you havent' hit submit), and then when you hit for e.g. "10" and "submit" it'll show you the counter increasing up to 10, which increments each time the post-processing script runs its loop.
yes, you'd think it'd be too fast, but its a processor intensive script and can take from 2-5 seconds to run a single round.
Thanks guys