hi,
i have used
url = encodeURIComponent(parent.trafficLightFrame.location.href);
in the client side javascript to get the URL-encode (hexadecimal format) of some of the characters.
Is there an equivalent in ASP so i can decode it back on the server-side page?
Cheers!