I am stuck and need help. I have 5 text boxes: txt1, txt2, txt3, txt4 and txt5, and there is a function func1(). I want that if there are any changes in any of these text boxes then the function func1() will be called. Can you please help me with how I can do this in JavaScript?
I am stuck and need help. I have 5 text boxes: txt1 , txt2
Share
Link the onchange event to your func1()
It will be something like:
(The id/name was not written.)