scs Posted April 25, 2007 Share Posted April 25, 2007 I've been making bigger and bigger scripts. And some will take a while to load. I've been wondering if I can have a loading bar while my script is loading in the background. So it doesnt look like my site is slow. Kinda like the new beta hotmail and yahoo. I thought of a simple idea. But dont think it will work. Just send the output of the loading bar and then access the script. Then finish the output. Just in one php page. I well come all input on this. But I really want to get this working soon Thanks in advance Zach Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/ Share on other sites More sharing options...
tauchai83 Posted April 25, 2007 Share Posted April 25, 2007 I'm not sure this is what you want. You try and find and loading bar Image that is moving, then you use meta refresh to redirect user to next page. Hope this help. Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/#findComment-238626 Share on other sites More sharing options...
scs Posted April 25, 2007 Author Share Posted April 25, 2007 Well its not really what im looking for. Cause with that it would just load the page with meta tag. When someone, say submits a page for one of my script that use soap which can take awhile. The meta tag will only make it longer. I need just like a img in the middle of the page while the rest of the page is loading. See what im getting at? Zach Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/#findComment-238641 Share on other sites More sharing options...
sanfly Posted April 26, 2007 Share Posted April 26, 2007 I dont think it can be done strictly with php, but maybe you could do something with AJAX? Try googling for it perhaps? There is a loading message tutorial HERE but I dont know about a dynamic moving loading bar Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/#findComment-238655 Share on other sites More sharing options...
Glyde Posted April 26, 2007 Share Posted April 26, 2007 You can customize a loading image to use here: http://ajaxload.info/ Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/#findComment-238658 Share on other sites More sharing options...
scs Posted April 26, 2007 Author Share Posted April 26, 2007 awesome Thanks guys Link to comment https://forums.phpfreaks.com/topic/48704-loading-bar/#findComment-238664 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.