if i have a form that has two input text boxes, how do i get it so i can have a value be input to the first box, then when i click submit, a calculation is done, and the out put is displayed in the second box?
How would i get it to do it in real time? (ie, without having to press submit, the output would update with every change in the input box.)