A textbox on my form may change depending on what\'s selected in various drop down lists.
Is there a way to call a javascript function when the textbox value changes? <
When setting the content of the text box from your JS code, call out to another function passing in the text to set, you can then call it from where ever you need and do your logic then.