bimal
04-11-2003, 04:17 PM
the following code gives me an infinite loop error.
however, component.getSelectedIndex().data does not
is it the way that this change handler is implemented that I should probably find out?
or is it something that i have overlooked?
combobox.setChangeHandler("change");
function change(component)
{
trace("cv: " + component.valueOf());
component.setSelectedIndex(0);
}
thanks
however, component.getSelectedIndex().data does not
is it the way that this change handler is implemented that I should probably find out?
or is it something that i have overlooked?
combobox.setChangeHandler("change");
function change(component)
{
trace("cv: " + component.valueOf());
component.setSelectedIndex(0);
}
thanks