Multiples combobox in the same page

Hello.
Can someone please tell me if it’s possible to put multiples dhtmlCombo in the same page with differents classname?
I’m having a problem to get the value of them.

Obs: I’m sorry for my bad english.

I solved my problem.
I put differents names for the variables.

var zCon = dhtmlXComboFromSelect(‘txtClienteCons’,300);
zCon.enableFilteringMode(true);

var zPos = dhtmlXComboFromSelect(“sltEmpresa”);
zPos.enableFilteringMode(true);

Sorry… :blush: