dhtmlxcombo javascript

How can I send the value of an item selected to a javascript function?

There is getActualValue() method you can use to get the value of the selected item:

var value = combo.getActualValue();