I have the following Combo defined as:
OnChange I run RecordCount.js but the document.getElementById(‘combo_zone2a’).value is undefined.
Any ideas why?
I have the following Combo defined as:
OnChange I run RecordCount.js but the document.getElementById(‘combo_zone2a’).value is undefined.
Any ideas why?
Try to use combo API to get selected value:
var val = z.getActualValue();