M
meyrick
Guest
Im trying to make a select control vissible when the value of another select control is changed. i have tried everything and i am having no luck with it, could you put me on the right path? I am using progress version 11.3.1 and I am using javascript to show and hide the control. this is one of the ways i have tried: var type = Appery("cboType"); var Btype = Appery("cboBadgeType"); if(type.value == "13") { Btype.style.visibility = "visible"; } else { Btype.style.visibility = "hidden"; }
Continue reading...
Continue reading...