User Profile

Collapse

Profile Sidebar

Collapse
1stcall
1stcall
Last Activity: Oct 16 '11, 04:31 PM
Joined: Oct 14 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 1stcall
    replied to Format JavaScript numbers with commas
    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..
    See more | Go to post

    Leave a comment:


  • 1stcall
    started a topic Format JavaScript numbers with commas

    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>
    ...
    See more | Go to post
    Last edited by gits; Oct 14 '11, 06:39 PM. Reason: added code tags
No activity results to display
Show More
Working...