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 a HTML request is always chosen by the browser - after all "target" is link attribute and not a HTML header. The only thing you could possibly do is output a page that contains some JavaScript to load a new _top page. HTH, Tho,as -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>