On Wed, Mar 13, 2002 at 08:41:38AM +0800, Michael P. Carel wrote: > > Is there anyone who could help me in redirecting the page outside the Frame > page once a certain line of php scripts(or whatever) is executed or echoed > out. My page redirection are appearing in the Frame page which it should not > be.
Put the following in before your header('Location: ...') call... header('Window-target: _top'); You can also try 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