Page 1 of 1

PHP and Frames :S

Posted: Sat Jul 30, 2005 3:02 am
by cpress
Hello,

I would like to logout of my scripts with frames. How do I set the logout page to be on its own page instead of opening in the second frame?

Computer Press

Posted: Sun Jul 31, 2005 4:44 pm
by thomas777neo
I had the same problem. Set the target on your hyperlink as _parent.

Posted: Sun Jul 31, 2005 6:00 pm
by cpress
awsome, thanks!