|
 |
asp_web_howto thread: Request.ServerVariables
Message #1 by "Andy" <andy@t...> on Thu, 20 Mar 2003 06:34:11 +0800
|
|
Hello,
I am trying to redirect the user back to the page where he came from using
the below codes :
Response.Redirect
"Request.ServerVariables("PATH_INFO")?msg=failed&callid="&CallID&""
But I am getting error..
Please advise.
Thanks
Andy
Message #2 by "Robert Davis" <robkdavis@h...> on Wed, 19 Mar 2003 18:55:09 -0600
|
|
Response.Redirect(Request.ServerVariables("HTTP_REFERER") &
Request.ServerVariables("QUERY_STRING"))
;-)
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
Robert
robkdavis@h...
`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #3 by "Ken Schaefer" <ken@a...> on Thu, 20 Mar 2003 11:57:46 +1100
|
|
What is the error?
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Andy" <andy@t...>
Subject: [asp_web_howto] Request.ServerVariables
: I am trying to redirect the user back to the page where he came from using
: the below codes :
:
: Response.Redirect
: "Request.ServerVariables("PATH_INFO")?msg=failed&callid="&CallID&""
:
:
: But I am getting error..
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
 |