timcadieux Posted March 28, 2009 Share Posted March 28, 2009 I'm using the http://www.w3schools.com/php/php_ajax_database.asp which i modified to display a PLEASE wait while the table is loaded from another php page. The problem is that I have so much content in the db that I would like another PLEASE wait to page when the Paging is being used. IS there a way to do this? Thx in advance. Quote Link to comment Share on other sites More sharing options...
jackpf Posted March 28, 2009 Share Posted March 28, 2009 Have you tried using onreadystatechange 1, 2 , and 3? All of these are basically times when it's loading- 4 is when it's loaded. So you can display text on 1,2 and 3, and on 4 display the content. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.