Re: SLightly OT : Addition in JAVA

2000-07-04 Thread Seth Petry-Johnson
> First comment is that its JavaScript and not Java. Two completely seperate > langauges/entities. You problem is that javascript thinks that your forms > fields contain strings, not integers, so you need to convert em. I believe > its called parseInt, but I cant remember exactly, do that then do

Re: SLightly OT : Addition in JAVA

2000-07-04 Thread Michael Grundvig
addition and it will work great. Mike - Original Message - From: "Picker, Mark P" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 04, 2000 9:14 PM Subject: SLightly OT : Addition in JAVA > Hi All, > > This is slightly off topic. > &g

SLightly OT : Addition in JAVA

2000-07-04 Thread Picker, Mark P
Hi All, This is slightly off topic. I have a cold fusion form that I'm working on and I want some of the cells to automatically add together when a cell value changes. The problem I'm getting is, that say you add two cells, 500 and 500 together, instead of getting 1000 I get 500500. The code I