I'm looking for a script that will display a counter, the counter will display just numbers nothing to do with dates, but it will count into millions within a day period (24hours) then reset daily My question, any ideas on what I should be looking for, everything seems to want to count in seconds and or needs a target date but also counts in seconds.
You might be able to modify a time counter (in seconds) so that each second is worth a dozen or so? I mean, that would probably be the easiest and most feasible method.
I thought you could count in milliseconds? Like setTimeout('alert(\'Surprise!\')', 5000) Code (markup): That would be 5000 milliseconds, so couldn't you just count those?