I have a JSP page which has two text boxes.
I would like to be able to enter a number into the first textbox, and to have that number automatically appear in the second textbox multiplied by 3.
So if I enter number 1 into the first text box, then I want number 3 appear in the second text box.
Does anyone know how to do that? Do I need to use JavaScript for that?
Thank you!
I would like to be able to enter a number into the first textbox, and to have that number automatically appear in the second textbox multiplied by 3.
So if I enter number 1 into the first text box, then I want number 3 appear in the second text box.
Does anyone know how to do that? Do I need to use JavaScript for that?
Thank you!
Comment