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

Binding problem with form controls in IE

New Here ,
Nov 24, 2008 Nov 24, 2008
My cfm page binds an external cfm page to the checkbox and radio button controls on my form. This works beautifully in Firefox, but not so well in IE. In IE I have to select a control and click somewhere else on the page before the bind happens.

The page is availalbe for review here:
http://bl-geoy-rutile/geology/geologicNames/list.cfm

I'm passing the several URL parameters to the external cfm page using the bind statement.

Here's the bind statement:
<cfdiv bind="url:get_list.cfm?Region0={Region0.checked}&Region1={Region1.checked}&Region2={Region2.checked}&Region3={Region3.checked}&Region4={Region4.checked}&Region5={Region5.checked}&Stratigraphic={Stratigraphic.checked}&Alphabetic={Alphabetic.checked}&chkPenn={chkPenn.checked}&chkMiss={chkMiss.checked}&chkDev={chkDev.checked}&chkSil={chkSil.checked}&chkOrd={chkOrd.checked}&chkPrecam={chkPrecam.checked}&chkCam={chkCam.checked}">

You may download the two cfm files in question using this link:
https://www.slashtmp.iu.edu/public/download.php?FILE=neaton/94fHJFyN

Is there something I need implement so that IE "notices" when the form controls change?

Thanks,
Nathan Eaton
Indiana Geological Survey
942
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
Community Expert ,
Dec 04, 2008 Dec 04, 2008
LATEST
Not so good news, Nathan. It's a bug. I've reported it and the Coldfusion Team has confirmed.

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