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

*LONG* wait on <cfform> with AJAX controls

Explorer ,
Oct 29, 2009 Oct 29, 2009

I have a simple .cfm with <cfform> that has a few <cfdiv> tags bound to <cfinput> tags.  The "bind" arguments of the <cfdiv> tags the "URL" type (not CFC or Javascript).  The <cfdiv> areas are usually populated correctly but seemingly at random IE 7 displays a "waiting for the page to load" message (with animated progress bar) in the status area of the browser (even though the HTML appears to be completely rendered).  I can't discern a pattern.  The <cfinput> tags that are bound by the <cfdiv> tags don't trigger AJAX calls when IE is in this "wait" state.

Thanks for any thoughts on this.

TOPICS
Advanced techniques
550
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 ,
Oct 30, 2009 Oct 30, 2009

I recommend getting an HTTP sniffer and having a look at whether any of the AJAX stuff is erroring in the background.

--

Adam

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
Explorer ,
Nov 02, 2009 Nov 02, 2009
LATEST

Thanks, Adam.  I should've thought of using Fiddler.  I'll try it.

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