Removing a frame with PHP?

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
Snakebyte
Forum Newbie
Posts: 1
Joined: Sun Feb 23, 2003 2:24 pm

Removing a frame with PHP?

Post by Snakebyte »

Ok, I don't know if you can do this with Javascript/PHP/etc but here is what I'd like to do:

I have a page with two frames, the top being a navigation bar that changes the other frame. I want to put a link on the navagation frame that will remove it but leave the lower frame at the same page.
( I know how to make a link targeting _top but then it changes the lower frame to a certain page, instead of what it was at before )

If you have any idea how to do this please let me know!
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

There might be some answers for you in http://www.devnetwork.net/forums/viewtopic.php?t=6611
Post Reply