Attributes.Add querystring

T

Tom

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...
 
N

Nick Chan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top