On 13 Jul 2004, at 14:37, Tim McGeary wrote:

I want my web page redirect to open in a new window, as if I were putting "target=_new" in the html of the URL.

Which isn't allowed under HTML. You are probably thinking of _blank. http://www.w3.org/TR/html4/types.html#h-6.16

How can I do that using CGI.pm's redirect?
print $output->redirect($u)

You can't... well... there is the Window-Target not-really-http-header but, last I heard, browser support for that (thankfully) sucks.
http://diveintoaccessibility.org/day_16_not_opening_new_windows.html


--
David Dorward
     <http://dorward.me.uk/>
<http://blog.dorward.me.uk/>


-- 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