php-windows Digest 27 Jul 2004 12:52:00 -0000 Issue 2334
Topics (messages 24264 through 24265):
Re: how to expire a page?
24264 by: Oliver John V. Tibi
24265 by: Alejandro C�sar Garrammone
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi!
You can use the HTTP META Refresh property to force the user-agent to
refresh the page when the view expires (by placing a header() on the page),
but then again, this will depend on what browser the client will be using.
HTH,
O.J.
--
Running 'ojtibi' on '127.0.0.1' (BATCH_OPTIMISTIC mode).
"Live free() or die()."
--- End Message ---
--- Begin Message ---
Hi! and thks for your reply. I do what you said, but when I press the button
of the form and the I press "BACK BUTTON" the form is still there.!
If you want my code, please tell me and I'll send you.
Thx again,
Alex
----- Original Message -----
From: "Oliver John V. Tibi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 27, 2004 12:02 AM
Subject: Re: [PHP-WIN] how to expire a page?
> Hi!
>
> You can use the HTTP META Refresh property to force the user-agent to
> refresh the page when the view expires (by placing a header() on the
page),
> but then again, this will depend on what browser the client will be using.
>
> HTH,
>
> O.J.
>
> --
>
> Running 'ojtibi' on '127.0.0.1' (BATCH_OPTIMISTIC mode).
> "Live free() or die()."
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---