Hi,
I got a set of pages which must be navigated in a strict manner. Let's
just say the pages are named A, B, C, and so on. I got no problem with
forward navigation, but I want to disable the client browser's back
button. More specifically, if the user is currently at page D, the
back button doesn't bring the user to page C, but page A instead
(assuming consecutive navigation, from A to B to C and so on).
How can I achieve this with PHP, assuming both the server and the
client are behind strict firewall (both referer and cookies disabled),
and use of client-side javascript are avoided as much as possible (or
even considered disabled as well, either by the firewall or the
browser's setting)?
TIA
I got a set of pages which must be navigated in a strict manner. Let's
just say the pages are named A, B, C, and so on. I got no problem with
forward navigation, but I want to disable the client browser's back
button. More specifically, if the user is currently at page D, the
back button doesn't bring the user to page C, but page A instead
(assuming consecutive navigation, from A to B to C and so on).
How can I achieve this with PHP, assuming both the server and the
client are behind strict firewall (both referer and cookies disabled),
and use of client-side javascript are avoided as much as possible (or
even considered disabled as well, either by the firewall or the
browser's setting)?
TIA
Comment