& in URL
Hi All,
We are facing an issue with &. We have a item which contains LOV field and it can contain "&" in that. This is also a parameter to fetch some other reocrds. Now When we select any data with "&" in it, and click search it works fine. But when again we click search without changing that "&" it shows as no data found as in URL this "&" is change to "%26amp". We know that %26 is code for "&" and here amps is a sort of escape character, but don;t know why it is coming as %26amp instead of &.
Is there any way we can handle this in Javascript. The data can be anything like "24*7 & 365 days". I was thinking of a solution to decode this part while retriving the parameter, but what if this comes in any other field also.
So just wondering if i can get a solid solution for this.
Thanks guys for giving a thought for this. Waiting for solution
Thanks
Aryan