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
cpress
Forum Newbie
Posts: 2 Joined: Sat Jul 30, 2005 2:58 am
Post
by cpress » Sat Jul 30, 2005 3:02 am
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
thomas777neo
Forum Contributor
Posts: 214 Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa
Post
by thomas777neo » Sun Jul 31, 2005 4:44 pm
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 » Sun Jul 31, 2005 6:00 pm
awsome, thanks!