response.redirect "bla.php"
From: dalyjason (daly_jason_at_yahoo.com)
Date: 02/15/04
- Next message: Bob Barrows: "Re: Different results if you have String or a Varient for Dates?"
- Previous message: Murali: "visible properties of all webcomponents"
- Next in thread: Roland Hall: "Re: response.redirect "bla.php""
- Reply: Roland Hall: "Re: response.redirect "bla.php""
- Reply: Ray at <%=sLocation%> [MVP]: "Re: response.redirect "bla.php""
- Reply: Vilmar Brazão de Oliveira: "Re: response.redirect "bla.php""
- Messages sorted by: [ date ] [ thread ]
Date: 15 Feb 2004 06:29:57 -0800
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.
- Next message: Bob Barrows: "Re: Different results if you have String or a Varient for Dates?"
- Previous message: Murali: "visible properties of all webcomponents"
- Next in thread: Roland Hall: "Re: response.redirect "bla.php""
- Reply: Roland Hall: "Re: response.redirect "bla.php""
- Reply: Ray at <%=sLocation%> [MVP]: "Re: response.redirect "bla.php""
- Reply: Vilmar Brazão de Oliveira: "Re: response.redirect "bla.php""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|