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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
fenway Posted December 18, 2006 Share Posted December 18, 2006 Or you could toggle DIVs. Quote Link to comment Share on other sites More sharing options...
fusionxn1 Posted December 18, 2006 Author Share Posted December 18, 2006 Ok thanks! Quote Link to comment Share on other sites More sharing options...
mlin Posted December 18, 2006 Share Posted December 18, 2006 ooo...good callI wasn't thinking Quote Link to comment 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.