http://jsfiddle.net/hFsxP/87/Please see the fiddle, if you manually select the combobox, then the onChange and onSelect events fire.
But if when the form is loaded and the combo value is changed & selected, the events do not fire.
How can I get the event to fire whenever the combobox changes, either by the user of when the form is loaded programmatically ?
Other than the form events, is there another event on the combobox that I can hook into when the value changes ?