breaking out of frames in header(location:)

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
User avatar
lanlord
Forum Newbie
Posts: 13
Joined: Wed Sep 18, 2002 10:02 am

breaking out of frames in header(location:)

Post by lanlord »

Is there any way to break out of frames with header("Location: somescript.php")? more importantly, can you target a frame?

TIA!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

There is an optional header Window-target: window_name
I've never used it - so from my point of view it's a rumour ;)
Post Reply