Re: response.redirect "bla.php"

From: Ray at <%=sLocation%> [MVP] (%=sLocation%)
Date: 02/16/04


Date: Mon, 16 Feb 2004 01:57:18 -0500

http://www.aspfaq.com/5003

-- 
Ray at home
Microsoft ASP MVP
"dalyjason" <daly_jason@yahoo.com> wrote in message
news:2ef39e59.0402150629.4a5c4323@posting.google.com...
> Okay, here's my question.
>
> <%
>
> dim idnum
> idnum=request.querystring("id")
> Response.Buffer = true
>
> Response.Redirect "uploadpic.php?idw=" & idnum
>
> %>
>
> This is the only code contained on the page. When it is run, i get:
>
> CGI ERROR
> The specified CGI application misbehaved by not returning a complete
> set of HTTP headers. The headers it did return are:
>
> That's it! No redirection takes place...i've cornered the apparent
> problem to the very last line...the response.redirect
> line....what's the deal? any help is much appreciated.


Relevant Pages

  • response.redirect "bla.php"
    ... Okay, here's my question. ... CGI ERROR ... set of HTTP headers. ...
    (microsoft.public.inetserver.asp.general)
  • Re: response.redirect "bla.php"
    ... "dalyjason" escreveu na mensagem ... > CGI ERROR ... > set of HTTP headers. ...
    (microsoft.public.inetserver.asp.general)
  • Re: response.redirect "bla.php"
    ... You're calling a .php file from an .asp file on a web server that supports ... It sounds like this file has a .php extension since you get the CGI error. ... without even the implied warranty of merchantability ...
    (microsoft.public.inetserver.asp.general)