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

mixing coldfusion and javascript question on creating registration wizard

New Here ,
Jul 15, 2008 Jul 15, 2008
I am trying to write a registration wizard for users using <cfswitch><cfcase>. 1st case, user inserts name 2nd case user inserts email address 3rd case user chooses continent from a drop-down menu. this drop down menu should dynamically load a country menu and the country menu should dynamically load a country region menu. The wizard works fine until the 3rd stage. Just after choosing the continent, I am getting an object not defined error in firebug. The dynamic menus work fine on their own. They are made with the qform javascript libraries. It is just when they begin to interact with the wizard (and more specifically, cfswitch) that these errors begin to show up. I will insert my code here. Any help is genuinely appreciated.
TOPICS
Getting started
318
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
LEGEND ,
Jul 15, 2008 Jul 15, 2008
shouldn't <BODY onLoad="init;"> be <BODY onLoad="init();"> ?

which line does the firebug complain about?


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
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
New Here ,
Jul 16, 2008 Jul 16, 2008
LATEST
Azadi,
You've helped me out several times. This makes one more. Thank you so much for your help. Dan
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