Thanks for the help!
My drop down works fine now, “./” only the one dot!
Can you please assist me on doing a lookup from the database!
And then I have to incorporate it in an existing xslt!
a00
a01
Please Assist, Regards!
If you want poll options from DB you need to change code in next way
var z=dhtmlXComboFromSelect(“combo_zone1”);
z.enableFilteringMode(true,“my_script.php”);
where my_script.php - name of script which will be used to fetch data from DB, if you are using PHP - you can take dhtmlxCombo\samples\filtering\complete.php as a base