|
Posted by Jerry McEwen on 05/23/05 21:31
On 23 May 2005 10:14:18 -0700, "ZeldorBlat" <zeldorblat@gmail.com>
wrote:
>This is behavior of the browser. PHP runs server side, so my first
>guess would be no. You might want to try JavaScript instead.
Thanks, I realize this, but there may be a workaround. A buddy said
this:
- - - - - - - - - - - - - - - - - - - - -
redirect.php
-add server side code for no-cache
-redirect to a 2nd redirect page, redirect2.php
redirect2.php
-add server side code for no-cache
-redirect the user to a safe page, yahoo.com
The reason for the 2nd redirect is to help ensure the the back button
never goes beyond the redirect page.
- - - - - - - - - - - - - - - - - - - - -
That sounds good, but for some reason fails. If you care to see it in
action, visit http://www.dvic.org/about.php and it is the "Emergency
Escape" at the bottom of the page (links to redirect.php).
Navigation:
[Reply to this message]
|