Jsp Dropdownlist Onchange February 28, 2024 Post a Comment Can i use a .jsp file as a parameter for onChange in a dropdownlist? Like this : Solution 1: Answer is No.ExplanationonchangeThe 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 alsow3.org ONCHANGE-SELECTreference.sitepoint.com onchange Share Post a Comment for "Jsp Dropdownlist Onchange"