sridhar golyandla Posted April 13, 2009 Share Posted April 13, 2009 Hi to all, Am new bie to php and javascript... i need a help... When clicking on send mail button, can it is possible to show the bar, messaging "Sending Mail" send bar like loading bar. If it is, how? Please help me out. Quote Link to comment https://forums.phpfreaks.com/topic/153849-loading-bar/ Share on other sites More sharing options...
Maq Posted April 13, 2009 Share Posted April 13, 2009 Google "js loading bar" there are literally 10's of thousands of legitimate results.\ I've also actually seen some similar threads on phpfreaks for this. Quote Link to comment https://forums.phpfreaks.com/topic/153849-loading-bar/#findComment-808560 Share on other sites More sharing options...
ToonMariner Posted April 13, 2009 Share Posted April 13, 2009 not really called for - your script should not take long to run just sending email - if you are sending mass emails then you should fork your script (google background processes in php or threading php scripts or something like that). a 'working' graphic such as one that can be generated here would suffice. Progress bars are really only beneficial to users when they are uploading large files like video - in which case you need a script capable of assessing the expected size of incoming file and monitoring how much has uploaded - like http://uber-uploader.sourceforge.net/ Quote Link to comment https://forums.phpfreaks.com/topic/153849-loading-bar/#findComment-808563 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.