I am trying to deal with JavaScript values such as 23.45, but I want to be able to do mathematical operations on these values (addition, subtraction, multiplication, division) without running into ...
I have a simple form that users input number values into (though the fields are text fields). I am trying to do 2 things:
The first is convert a number string ...
Okay, this is my third thread on my first steps into javascript. It's the same bit of code that I've added to from my pervious threads, but the issues have been diffferent each time so I thought it better to keep the threads seperate too so other people can find answers easier. So here is my code so far: Code: