Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by John on Jul 31, 2007 16:12
open dhtmlx forum
select tag object with dhtmlxCombo

I have native select tag with id as "abcFrm" defined in form. Then I create dhtmlXCombo from select control in Javascript as

abcFrmInCombo = dhtmlXComboFromSelect("abcFrm");

At this point, if I try to obtain the reference to the object with id "abcFrm" and display its type;

var abc= document.getElementById("abcFrm");
alert("type=" + abc.type );

I got an "Object required" error. Can I re-claim the object after I convert the native select tag into a combo box?

Answer posted by sematik (Support) on Dec 05, 2014 01:40

Not much can be said in addition to the reply above, but you also can check javascript combo box selected value and footer and find out what we have probably missed in our explanation.