:: Forum >>

Combo Item Selected

I want to be able to get the selected item in a combo box. I tried obj.getCellText but that didnt work. In javascript you can use the .selectedIndex or .value property to get the value of the selected item. What is the syntax to get the value of the item selected in a this
combo box
Shaleen
Friday, January 27, 2006
use obj.getSelectedItems()
ralf
Friday, February 3, 2006

This topic is archived.


Back to support forum

Forum search