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

3 cfselect with "loading please wait" information

Participant ,
Nov 19, 2008 Nov 19, 2008
Hi

I have 3 cfselect boxes bind to a component. 2nd select box is depend on the 1st and 3rd is depend on the 2nd.
Its taking much time to load the select boxes and before loading all the information user is submitting the page, giving the errors. and not only that if the internet is slow, its taking much time to load the data.

So for this i want to display the word "page loading please wait..." how can i do this? can I do this in CF or i need to use the seperate AJAX for displaying it.
TOPICS
Advanced techniques
402
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 ,
Nov 19, 2008 Nov 19, 2008
LATEST
If the amount of data is reasonably small, you might be better off getting it all when you first create the page and using js to control the selects.
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