I've tried this just about every which way...and I never get just & in my
html...
URLEncode(the whole URL) - turns just about everything to garbage
URLEncode("&")...no
URLEncode("38")...no
URLDecode("%26")...nope...I even tried URLEncode(URLDecode))...this is
crazy! Glad i'm not a rocket syuntist...
> use URLEncode
>
[quoted text clipped - 10 lines]
>>
>> How to get just one & in the querystring?
Nick Chan - 03 Dec 2007 01:07 GMT
when u pass domain.com?query
u have to URLEncode(query)
when you read query, you don't have to URLDecode anything
try URLEncode("&") and response.write it
> I've tried this just about every which way...and I never get just & in my
> html...
[quoted text clipped - 21 lines]
>
> - Show quoted text -