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?
page redirection
Moderator: General Moderators
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'
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'