I posted this to the mod_perl list originally, but noone ever answers my questions on there. Guess my noob questions don't belong on that list:
Again, this is for mod_perl
Should be a pretty simple question, looking for an option in header_out to target a frame.


For example...

snip....
$r=Apache->request;
$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;
snip....

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

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

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to