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

Confusing about binding with ColdFusion 8

Guest
Sep 12, 2008 Sep 12, 2008
I am a bit confusing about the BIND methodologies to do what I need to do (and I am sure we can do it).

I have a serie of two RADIO for the option1 (let's say option 1 value A and value B) and another serie of two RADIO for the option 2 (let's say option 2 value A and value B) (see my code included).

What I want to do is when the user is selected the option 1-A, I want to automatically selected the option 2-A, and vice-versa; if the user select the option 2-A, the system must automatically choose the option 1-A. This will also work for the option 1-B with option 2-B.

I hope I am enough clear in my issue. Otherwise, feel free to let me know.
TOPICS
Advanced techniques
327
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

correct answers 1 Correct answer

Deleted User
Sep 12, 2008 Sep 12, 2008
I am sorry about the confusion but maybe I am too deep-thinking about the BIND because what I wanted to do can be easilly done with JavaScript!

OnClick on the CFINPUT-RADIO can call a JS function to check and control what to see on the other set of options.

Someday we are getting more on our shoulders and the result is that our brain get confused!!! ;-))
Translate
Guest
Sep 12, 2008 Sep 12, 2008
LATEST
I am sorry about the confusion but maybe I am too deep-thinking about the BIND because what I wanted to do can be easilly done with JavaScript!

OnClick on the CFINPUT-RADIO can call a JS function to check and control what to see on the other set of options.

Someday we are getting more on our shoulders and the result is that our brain get confused!!! ;-))
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