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}&R egion1={Region1.checked}&Regio
n2={Region2.checked}&Region3={Region3.checked}&Reg ion4={Region4.checked}&Region5
={Region5.checked}&Stratigraphic={Stratigraphic.ch ecked}&Alphabetic={Alphabetic.
checked}&chkPenn={chkPenn.checked}&chkMiss={chkMis s.checked}&chkDev={chkDev.chec
ked}&chkSil={chkSil.checked}&chkOrd={chkOrd.checke d}&chkPrecam={chkPrecam.checke
d}&chkCam={chkCam.checked}">
You may download the two cfm files in question using this link:
https://www.slashtmp.iu.edu/public/d...eaton/94fHJFyN
Is there something I need implement so that IE "notices" when the form
controls change?
Thanks,
Nathan Eaton
Indiana Geological Survey