Page 1 of 1

page redirection

Posted: Mon Apr 09, 2007 7:30 am
by php77
hi
could you hint some resource, to read about page redirection after a duration, preventing user from refreshing the page, and disabling the "back" facility of the browser?

Posted: Mon Apr 09, 2007 8:00 am
by Begby
Redirection after a duration needs to be done through javascript

You cannot prevent a user from refreshing a page or using the back button. If you are trying to keep them from submitting a form twice, there are different ways to handle that on the server side using php. Do a search for 'double submit'

Posted: Mon Apr 09, 2007 8:42 am
by feyd
Stop making new threads about redirection.. You've already got several on the subject.