On Wed, Mar 13, 2002 at 03:52:42PM -0500, Erik Price wrote: > > On Wednesday, March 13, 2002, at 03:15 PM, Ben Cheng wrote: > > >However, I don't want the redirection to take place just within that > >frame > >set. I want the page that it redirects to to cover over the frame. Is > >this > >possible? > > Hm... I don't think that frames were ever intended to be manipulated at > the level of headers!
Weird. This is the third time this question has been asked and answered in the past couple days... Put the following in before your header('Location: ...') call something along the lines of... header('Window-target: _top'); or... header('Window-target: _blank'); Does that do what you want? --Dan -- PHP scripts that make your job easier http://www.analysisandsolutions.com/code/ SQL Solution | Layout Solution | Form Solution T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php