kuki403 Posted February 7, 2007 Share Posted February 7, 2007 hi I need some help with my website on the main page I have several tables of thumbnails totaling 2MB. that's a lot of bandwidth for every surfer and just a small % scroll to the buttom how can I make the page load while the surfer is scrolling down? something like when he enters the site 2 tables load if he scrolls down and sees table2 then table3 starts loading if he scrolls lower and sees table 3 than table 4 starts loading and so on can this be done with php or any other way? thanks in advance Link to comment https://forums.phpfreaks.com/topic/37476-load-page-while-surfer-scrolls/ Share on other sites More sharing options...
Psycho Posted February 7, 2007 Share Posted February 7, 2007 It's conceivable that it could be done with AJAX - combination of Javascript and, in this case, PHP. But, it would be a PITA in my opinion and would probably cause more problems. Could you not create a "tabbed" interface so each set of tables is on different screens altogether? Link to comment https://forums.phpfreaks.com/topic/37476-load-page-while-surfer-scrolls/#findComment-179292 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.