As I understand it calling $Server->Transfer is basically like calling
$Response->Include followed by $Response->End. Am I right?

I was wondering why $Server->Transfer doesn't accept any additional
arguments to pass to the file like $Response->Include does; I thought
that it would be a useful feature to have. I'm doing something like
this right now:

if ($@) {
  $Response->Include('fatal_error.asp', ($@));
  $Response->End();
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to