RE: Mod_Perl Target Headers

2004-11-05 Thread Thomas Bätzler
James Taylor <[EMAIL PROTECTED]> asked: > Should be a pretty simple question, looking for an option in > header_out to target a frame. [...] > Was hoping I could do something like: > $r->header_out('Target'=>'_top'); > > but that doesn't seem to work. Any suggestions? The destination window for

Re: Mod_Perl Target Headers

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 04 Nov 2004 20:54:35 -0800, James Taylor <[EMAIL PROTECTED]> wrote: > $r->header_out('Location' => 'http://www.somesite.com/login_expired.html'); Use a client-site anchor to get the client to pull the frame via a normal target. Only the