Hi,
I'am facing following issue.
What I 'am trying to do is on clicking a link I redirect the user to url say this:
http://www.test.com/index.cfm/test/US/EN,CRID=2084 and it works fine.
But when I pick the above url from DB store it in a varaiable and do response.redirect it redirects to:
http://www.test.com/index.cfm/test/US/EN%2CRID%3d2084
basically it converts , and = to %2 and %3d respectively.
It works fine if I have direct link for the url I want to redirect but when I store it in a varible and do response.redirect it distorts the url.
Any Ideas?
Thanks
Amit