Click to See Complete Forum and Search --> : can the redirect headers be used within frames?


damon2003
01-06-2004, 05:12 AM
Hi,
I have a framed site and have some PHP sctip that destroys some variable then uses the header() to redirect to a new page. It works ok on a normal site, but not for my framed site. The page has three sections, one top, one middle, and one bottom. The script I am using is in the main middle frame. I am not sending anything to the browser before using the header(). Are there some issues when using redirect within a framed page?
thanks

pyro
01-06-2004, 07:00 AM
Since you are sending the requrest as a header, it will affect the entire browser window. Yet another downside for frames...