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