Hi Johny,
thanks for your reply, regrettably I am a newby and still trying to get my head around Javascript.
Can you please give me some idea of where to graft this into my original code. I have tried to paste it in at various points but with no success..
User Profile
Collapse
-
Format JavaScript numbers with commas
Hi,
I require some help with the following code;
...Code:<html> <head> <script type="text/javascript"> var numat = 000000000 function numberchange(){ numat += 100 document.getElementById("numspace").innerHTML = numat + " Total" setTimeout("numberchange()",1000) } </script>
No activity results to display
Show More
Leave a comment: