Header_out break frames

[prev] [thread] [next] [Date index for 2004/11/03]

From: James Taylor
Subject: Header_out break frames
Date: 05:39 on 03 Nov 2004
Should be a pretty simple question, looking for an option in header_out 
to target a frame.

For example...
.....
$r->err_header_out("Pragma", "no-cache");
$r->header_out('Location' => 'http://www.somesite.com/login_expired.html');
$r->status(REDIRECT);
$r->send_http_header;
....

Was hoping I could do something like:
$r->header_out('Target'=>'_top');

but that doesn't seem to work.  Any suggestions? Thanks

        -- 
        Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Header_out break frames
James Taylor 05:39 on 03 Nov 2004

Generated at 11:27 on 21 Dec 2004 by mariachi v0.52