how to force type cast ?

D

dan baker

a simple question... I have a case where I' dlike to add values as
numbers and they seem to get added as a string concatination. how do I
force the + to add the values as numbers?

this is in an <INPUT onchange="OrderForm.TotalCharge.value=this.value
+ 1;" >

a related question is that I have some other calculations to do in
addition to this one-liner, so I am assuming I should write a little
<SCRIPT> function and just make the onchange="MyReCalc();"

thanks,

d
 
D

dan baker

Richard Cornford said:
<snip>
------------------------------

thanks... I figured that the INPUT was treating things as text
strings, but had not found the parseInt() and parseFloat() functions
before.

d
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top