I want to to pass the value users select from form.MySelect.
I use
<cfif IsDefined("form.MySelect")
</cfif>
it seems that ColdFusion server does not recognize it.
It works if I use text control.
I would like to know are there anyway to pass select value to ColdFsuion server to use <CFIF IsDefined>
If not, any suggestions or use hidden controls to set the value when user select a value from drop down box.
Your help and information is great appreciated,
Regards,
Iccsi,