So I want to put something on a page that allows users to compute a numeric total by entering some different numbers and clicking a button to generate the total in a format like so:[] is a text fieldI want:This many [A]+ this amount [B] default = 0+ this amount [C] default = 0= This total [output] output = A*0.5+B+C|Calculate total button|What should I even be looking up to try and figure this out?
12/29/2005 3:43:03 PM
Pick a scripting language of your choice. Java will probably be the most common approach. As a plus, it can all run on the client side.
12/29/2005 7:48:48 PM
javascript would probably be easiest and just use the onClick function in the button tag
12/29/2005 8:00:40 PM
figured out a work-around, thanks
12/29/2005 11:53:05 PM