Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfselect not binding in IE (Internet Explorer)

Contributor ,
Mar 11, 2010 Mar 11, 2010

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" />

398
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 12, 2010 Mar 12, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources