The onselect trigger is activated when a user selects an item from a combo box control's dropdown list.
Syntax:
onselect="Function(); Function2(); ..."
Remarks:
This trigger only works with combo box controls. It can be used within the CONTROL tag, as well as the OPTION tag, provided the option tag defines a dropdown list item.
In the above example, selecting an item from the dropdown list, activates the OnSelect trigger to display the value of the combo control in the current browser.