Suggestion: How about allowing, instead of this:

  $Response->Redirect($Server->URL('requests.asp', { id => $id }));

simply this:

  $Response->Redirect('requests.asp', { id => $id });

Well, the above example is stupid
($Request->Redirect("requests.asp?id=$id") would work just as well),
but I'm have been coding with cases with more variables involved, some
of which may contain characters that need to be URLEncoded.

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

Reply via email to