C
Christian Blackburn
Hi Gang,
I'm using the following code to generate a complete URL:
Session("Destination") = Request.ServerVariables("Path_Info") & "?" &
Request.ServerVariables("QUERY_STRING")
However that seems like a lot of work. Is there one command coming off
the request object that'll acomplish this?
Thanks,
Christian Blackburn
I'm using the following code to generate a complete URL:
Session("Destination") = Request.ServerVariables("Path_Info") & "?" &
Request.ServerVariables("QUERY_STRING")
However that seems like a lot of work. Is there one command coming off
the request object that'll acomplish this?
Thanks,
Christian Blackburn