Querystring request only seeing limited amount of
I have the following querystring:
searcha1.aspx?cl="ELECTRICIANS%20&%20ELECTRICAL%20 CONTRACTORS"&wh=
When I do a response.write(request.querystring("cl")) all I get is ELECTRICIANS. Any body have any thoughts as to why this would be and how I go about sorting it so it reads the whole string.
I have noticed that any cl with "&" presents the same problem
Many thanks to all
|