Sometimes, I write a script that goes like this:
<html>
<head>
<title>...</title>
</head>
<body>
(a little text here)
<%
if (some condition) {
$Response->Redirect('some url');
}
%> ...
When the Redirect path is taken, am I making Apache::ASP do wasted work in
writing out that text and then clearing the buffer again? If yes, is this
significant? (I noticed that PHP is not so nice if I try to do something
similar; it'll just complain that headers have already been sent out.)
-Philip Mak ([EMAIL PROTECTED])
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]