Re: response.redirect "bla.php"
From: Roland Hall (nobody_at_nowhere)
Date: 02/15/04
- Next message: Evertjan.: "Re: visible properties of all webcomponents"
- Previous message: Bob Barrows: "Re: Different results if you have String or a Varient for Dates?"
- In reply to: dalyjason: "response.redirect "bla.php""
- Next in thread: Ray at <%=sLocation%> [MVP]: "Re: response.redirect "bla.php""
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 15 Feb 2004 09:34:17 -0600
"dalyjason" wrote:
: 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.
You're calling a .php file from an .asp file on a web server that supports
ASP?
It sounds like this file has a .php extension since you get the CGI error.
-- Roland Hall /* This information is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. */ Technet Script Center - http://www.microsoft.com/technet/scriptcenter/ WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp MSDN Library - http://msdn.microsoft.com/library/default.asp
- Next message: Evertjan.: "Re: visible properties of all webcomponents"
- Previous message: Bob Barrows: "Re: Different results if you have String or a Varient for Dates?"
- In reply to: dalyjason: "response.redirect "bla.php""
- Next in thread: Ray at <%=sLocation%> [MVP]: "Re: response.redirect "bla.php""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|