Copy link to clipboard
Copied
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" />
Copy link to clipboard
Copied
This fixed now. Obviously when a flash movie is not loading properly on a page, it affects the Ajax script in an IE browser. Flash movie is working well now and cfselect is binding OK for now in IE.