C
crjunk
I have the following url:
https://test.mywebsite.com/secure/programs/test.asp?TOPIC_ID=21
How can I get the value "secure/programs/test.asp?TOPIC_ID=21"
I can't use Request.ServerVariables("HTTP_REFERER") because the user
may have the web page bookmarked.
I've also tried Request.ServerVariables("URL") but this only gave me
"secure/programs/test.asp". I need everything that comes after
https://test.mywebsite.com/.
Is there a Request.ServerVariables command that will give me this? I
know that there's got to be something that does this, but I'm having
problems finding info.
Thanks!
crjunk
https://test.mywebsite.com/secure/programs/test.asp?TOPIC_ID=21
How can I get the value "secure/programs/test.asp?TOPIC_ID=21"
I can't use Request.ServerVariables("HTTP_REFERER") because the user
may have the web page bookmarked.
I've also tried Request.ServerVariables("URL") but this only gave me
"secure/programs/test.asp". I need everything that comes after
https://test.mywebsite.com/.
Is there a Request.ServerVariables command that will give me this? I
know that there's got to be something that does this, but I'm having
problems finding info.
Thanks!
crjunk