PHP and Frames :S

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cpress
Forum Newbie
Posts: 2
Joined: Sat Jul 30, 2005 2:58 am

PHP and Frames :S

Post 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
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post by thomas777neo »

I had the same problem. Set the target on your hyperlink as _parent.
cpress
Forum Newbie
Posts: 2
Joined: Sat Jul 30, 2005 2:58 am

Post by cpress »

awsome, thanks!
Post Reply