fusionxn1 Posted December 18, 2006 Share Posted December 18, 2006 Ok, thanks to some of you my script is almost done. Now I want to be able to show a "Loading.. Please Wait..." when a user submits a web form.How would I do that in PHP? Link to comment https://forums.phpfreaks.com/topic/31042-solved-show-quotloadingquot/ Share on other sites More sharing options...
mlin Posted December 18, 2006 Share Posted December 18, 2006 Any way you look at it, your gonna have to use a little javascript.you could replace the submit btn with your message, or you could post to an intermediate page with the message, but since you'll have to display something, you can't use the location header, so you have to redirect with js Link to comment https://forums.phpfreaks.com/topic/31042-solved-show-quotloadingquot/#findComment-143299 Share on other sites More sharing options...
fenway Posted December 18, 2006 Share Posted December 18, 2006 Or you could toggle DIVs. Link to comment https://forums.phpfreaks.com/topic/31042-solved-show-quotloadingquot/#findComment-143324 Share on other sites More sharing options...
fusionxn1 Posted December 18, 2006 Author Share Posted December 18, 2006 Ok thanks! Link to comment https://forums.phpfreaks.com/topic/31042-solved-show-quotloadingquot/#findComment-143394 Share on other sites More sharing options...
mlin Posted December 18, 2006 Share Posted December 18, 2006 ooo...good callI wasn't thinking Link to comment https://forums.phpfreaks.com/topic/31042-solved-show-quotloadingquot/#findComment-143412 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.