Skip to main content
vksrinu
Inspiring
November 19, 2008
Question

3 cfselect with "loading please wait" information

  • November 19, 2008
  • 1 reply
  • 421 views
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.
This topic has been closed for replies.

1 reply

Inspiring
November 19, 2008
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.