On Thu, Mar 14, 2002 at 08:53:23AM +0800, Michael P. Carel wrote: > oh yes i've got your point, but i've tried what you've told us before but > still it does not redirect to cover over the frame page.
Ah, yes, that'd be a problem... :) I knew what I said worked because I use it to get my pages to break out of About.com's frames. <aside>Man, the audacity of those folks... framing up my content in their ads.</aside> In the headers of all of my pages, I send out header('Window-target: _top'); Now, doing some testing of why it didn't work for you I found that it only works when pages with that header are one of the pages requested by the initial frameset. If header is sent out from a page which is requested once the main frameset is constructed, the header doesn't work. Hope that makes sense... If not, let me know and I can clarify. --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