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. Link to comment https://forums.phpfreaks.com/topic/151527-please-wait-while-the-table-refreshes/ 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. Link to comment https://forums.phpfreaks.com/topic/151527-please-wait-while-the-table-refreshes/#findComment-795848 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.