'please wait... page is loading' - how?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone!

Does anyone know how can I show that (should be a div I suppose) to a user
for pages taking a long time to load?

Thanks in advance!
 
Does anyone know how can I show that (should be a div I suppose) to a user
for pages taking a long time to load?

You could use bunch of AJAX. Have the page load with 'loading...' and then
use an AJAX call to grab all the rest of the data and render it. Not sure
how practical that would be, though and it'd be pointless for anyone with
high bandwidth connections.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top