|
Posted by Rik Wasmus on 11/15/07 12:43
On Thu, 15 Nov 2007 10:19:51 +0100, chowdary <php.queries@gmail.com> wro=
te:
> hi,
>
> I am using frames in my website,main application links are present on
> the top of page above mainframe, in main window. These links have
> target=3Dmainframe, thus opening respective pages in mainframe.
>
> I have put the session timeout period on each page so if some user
> remains inactive for 10 minutes, he will be redirected to logout.php
> page through header. Problem is that, the logout.php page will
> certainly be opening in mainframe, thus the links in main parent
> window will remain there. What I need is that this logout.php must be
> opened in parent window , if any page in mainframe finds the session
> timedout. Thank you in advance for any help ...
One of the drawbacks of frames. Not solvable with PHP, solve it using =
javascript, or dump the frames if possible.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|