Is there a way in cold fusion to get the display value from a select form control after the form has been submitted? Let's say sec_level is my select name. Of course, #FORM.sec_level# will give me the value of the option, but can I get the text display of that option without having to do any database look ups with the option value I have etc?
Like in JavaScript, var objValue = new String(obj.value); gives me the display value into the variable objValue. Can I do this with Cold Fusion?
THANKS!
Like in JavaScript, var objValue = new String(obj.value); gives me the display value into the variable objValue. Can I do this with Cold Fusion?
THANKS!