cfselect not binding in IE (Internet Explorer)
Hello,
I have the below, it works perfectly well in Firefox, binds and populates the cfselect drop down, but in Internet Explorer, the cfselects are empty and not binding. Please can some one tell me why this behavior and if there is a FIX. The page has a Flash movie also, but this works fine in firefox and chrome.
<cfselect id="ccCountry" name="ccCountry" display="Country_Name" value="Country_Code" BindOnLoad="Yes"
bind="url:cfcHg.cfc?method=fncCountries&returnFormat=json" />
