On Mon, 2004-12-13 at 18:58 -0500, Ingo Weiss wrote:
> print $query->redirect('http://somewhere.else/in/the/world');
> 
> In the above example, the document that was originally requested does
> never make it to the client, right?

The client should receive the entire document that your script sends
after it finishes outputting the headers. According to the HTML
specification that should be a document that tells the user about the
redirect (for user agents which don't support 302 (which aren't very
common)). Most user agents hide this from the user.

> The reason I am asking is the usabiliy problems associated with meta tag
> redirects - they break the back button.

HTTP redirects do not break the back button.
-- 
David Dorward <http://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