PDA

View Full Version : send a location header which will change location in parent window from a frame


crazygamer
11-16-2005, 05:10 AM
I have a frame in which there is a PHP page. Is there any way to redirect from this page to another page which will display in the main window, not just the frame which the PHP file is in?

Fou-Lu
11-16-2005, 02:46 PM
I doubt this can be done with php at all, the header refers to how the php will handle the returned data.
Using php and javascript you can however. Drop your frames/iframes completely and use CSS based designs. Couple this with XMLHTTPRequest and php, and you can make quite an interesting page.