robert_gsfame Posted October 10, 2009 Share Posted October 10, 2009 I just wonder how to redirect to another page but smoothly...this is like what we always get once post a new thread in the forum. Get into one page stated " thank you for posting" once Post button has been clicked then automatically jump to forum/index.php after let say 3 seconds. Quote Link to comment Share on other sites More sharing options...
smerny Posted October 10, 2009 Share Posted October 10, 2009 <meta http-equiv="refresh" content="3; url=forum/index.php"> Quote Link to comment Share on other sites More sharing options...
ameyemad Posted October 10, 2009 Share Posted October 10, 2009 or php version header('Refresh: 3; url=http://www.example.org/'); Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 10, 2009 Share Posted October 10, 2009 Redirecting using the Refresh header is not a good idea for accessibility. It breaks the back button. You should rather just display a message on the new/next page instead. 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.