I am trying to pass a string with special characters to another page.
I build my next page and pass it in the string
"details.asp?caption=!%40%23%24%25%5E%26*()". When I link to that page the url of that page will show in the address bar as "details.asp?caption=!@#$%^&*()" and when I try to show the "caption" string it only shows as !@
Why is my browser (IE or Netscape) converting the url page to the regular symbols? How do I force it to show !@#$%^&*()
(Although an extreme example it would be the main symbols that this string could contain)
Thanks,
malonep
I build my next page and pass it in the string
"details.asp?caption=!%40%23%24%25%5E%26*()". When I link to that page the url of that page will show in the address bar as "details.asp?caption=!@#$%^&*()" and when I try to show the "caption" string it only shows as !@
Why is my browser (IE or Netscape) converting the url page to the regular symbols? How do I force it to show !@#$%^&*()
(Although an extreme example it would be the main symbols that this string could contain)
Thanks,
malonep