DHTMLXCombo getting started in HTML?

Hi, I need help please. I need to get this going in a lookup to a database in an xslt file.



but i can’t seem to get just the initial one going in HTML.

It shows the dropdown in the normal way in IE7, at the bottom it says ‘dhtmlxcombo’ is undefined,













        







a00

a01















        





        



        



Please Assist i need to get this going!

JavaScript is case sentensive so you need to use

var z=dhtmlXComboFromSelect(“combo_zone1”);

instead of
var z=dhtmlxcomboFromSelect(“combo_zone1”);


and

var z=new dhtmlXCombo(“combo_zone2”,“alfa2”,200);

instead of
var z=new dhtmlxcombo(“combo_zone2”,“alfa2”,200);