| 
 Posted by Ahmed Saad on 07/13/05 14:09 
Hi Suma, 
 
On 7/11/05, suma parakala <sumaparkala@hotmail.com> wrote: 
> Since i have placed logout in head frame its being logged out from head 
> frame only. How i can log out from all three frames. anyone please help me 
> Thanks 
 
Redirect the user to another page, which loads in the main window (not 
in a frame), that logs the user out. Something like <a 
href="logout.php" target="_top" />Logout</a> 
 
-ahmed
 
[Back to original message] 
 |