JSP Dropdownlist OnChange December 31, 2022 Post a Comment Can i use a .jsp file as a parameter for onChange in a dropdownlist? Like this : Solution 1: Answer is No. Explanation onchange The onchange property sets and returns the event handler for the change event. The term event handler may refer to: any function or object registered to be notified of events, or, more specifically, to the mechanism of registering event listeners via on... attributes or properties in HTML and other web APIs, such as <button onclick="alert(this)"> or window.onload = function() { /* ... */ }. See also w3.org ONCHANGE-SELECT reference.sitepoint.com onchange Share Post a Comment for "JSP Dropdownlist OnChange"