Click to See Complete Forum and Search --> : Counter skips digit's ?


CP-Geek
07-15-2004, 02:20 PM
I have an webcam-page where javascript does that it refreshes only the image, not the whole page. But the counter in there is somewhat strange, it skip's numbers. It should go 10,9,8,7... but goes 10,8,6,4... instead, any ideas? Source can be found from HERE (http://www.oc-papat.com/webcam.htm).

Any ideas?

CP-Geek

schizo
07-15-2004, 03:16 PM
You're calling the StartClock() function twice.


<SCRIPT LANGUAGE="JavaScript">
<!-- hide
startClock()
//end hide -->
</SCRIPT>

CP-Geek
07-15-2004, 03:19 PM
Oh man, do I feel embarrased... :o

Thankz for the head's up!

CP :)

schizo
07-15-2004, 03:22 PM
No problem man, we all have our moments ;)