How do I multiply a field in a form with a number to give an answ.

O

Omza

I have a field that requires input from the user, and I want to be able to
multiply this input by a number so that it appears in another field which
cannot be altered. Can someone give me VERY basic html for this?
 
K

Kevin Spencer

HTML is markup. It can't perform math. Client-side JavaScript can, though.
Try Googling "JavaScript Calculator".

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Top