T
tshad
How do you get just the parameter list of URL - the part after the ?.
For example, http://domain/default.asp?arg1=value&arg2=value&arg3=value
I want to get the arg1=value&arg2=value&arg3=value part of the url.
What I am trying to do is take that and append it to a rediret to another
page.
Thanks,
Tom
For example, http://domain/default.asp?arg1=value&arg2=value&arg3=value
I want to get the arg1=value&arg2=value&arg3=value part of the url.
What I am trying to do is take that and append it to a rediret to another
page.
Thanks,
Tom