- Joined
- 4 Jan 2013
- Posts
- 3,783
Per title, I'm looking to make a small little feature which would allow people to paste in two separate boxes some numbers. There is a calculation that is run when a button is clicked.
I'm using a bit of HTML/Javascript, but I'm running into an issue.
If number goes in like 1000 then it is fine. If the number is put in like 1,000 (or there is a space or a CCY sign) then it returns NaN which is less than useful....
Anyone got a way around this? Thanks.
I'm using a bit of HTML/Javascript, but I'm running into an issue.
If number goes in like 1000 then it is fine. If the number is put in like 1,000 (or there is a space or a CCY sign) then it returns NaN which is less than useful....
Anyone got a way around this? Thanks.