Problem with nested QueryString

  • Thread starter Thread starter Cem
  • Start date Start date
Here is what the browser sees:

myUrl=http://www.domain.com?a=1
b=2
c=3
d=4

If you want it to be seen as one blob, url encode it. Then, UrlDecode to
redirect the person to that URL.


--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
Back
Top