Skip to main content
Inspiring
March 11, 2010
Question

cfselect not binding in IE (Internet Explorer)

  • March 11, 2010
  • 1 reply
  • 444 views

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

    This topic has been closed for replies.

    1 reply

    umuayoAuthor
    Inspiring
    March 12, 2010

    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.