fires when the preselected value inside the combo changes
myCombo.attachEvent("onSelectionChange", function(){ //your code here });
Differs from onChange event that occurs only when the value is really changed.