I have set up my PC to use comma as decimal sign (Windows XP and Windows 2000), but when I enter decimal numbers into textboxes, I have to use the period character, otherwise the javascript will not do calculations with the decimals, i.e. 12,5 + 87,5 = 99, but if I enter 12.5 + 87.5 the sum is calculated to 100.
How do I force my ASP, HTML and Javascript to accept the comma?
How do I force my ASP, HTML and Javascript to accept the comma?