Redirect with header(), but in different frame?

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
velgar
Forum Newbie
Posts: 4
Joined: Mon Jul 12, 2004 9:56 am

Redirect with header(), but in different frame?

Post by velgar »

hi,
How can I Redirect with function header(), but in different frame?
/_target/ top, blank, parent, .....???
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

You place it in the code that is loaded in that frame.
velgar
Forum Newbie
Posts: 4
Joined: Mon Jul 12, 2004 9:56 am

There is othe wаy!

Post by velgar »

I find the decision - must generate javascript code with PHP
and use object model top.document.frame.location.
Post Reply