I have a URL in which I am trying to grab its querystring. Its format
looks like this:
http://www.domain.com/page.asp?theURL=http://www.otherdomain.com/otherpa
ge.asp?topic=45&subject=180
My code snippet below:
sURL = Request.QueryString("theUrl")
Response.Write sURL
Gives me this:
http://www.otherdomain.com/otherpage.asp?topic=45
How can I get the whole link (including the &subject=180)?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!