GetElementById onchange
-
I’ve tried a lot and can’t come up with a solution. I have an input field type number with the ID=”Test” in an HTML form.
I would like to have the corresponding Javascript external and not in the HTML.Using Calculated Field and getEelementById(‘Test’).value I get only the given value, but not an updated one. Therefore I have to trigger continuously. But despite different approaches I get no result.
Because the input is to be multiplied afterwards with the value of another field and to be output again at other place.
What would be the simplest solution here?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘GetElementById onchange’ is closed to new replies.