UrlDecode !!! retrieving querystring from an 'escaped' url

G

Guest

Patrick,
Thanks for your response. Actually, UrlDecode would decode the url, but then
how do I use request.querystring? Do I have to 'manually' parse the
querystring?

Thanx
 
T

Terry Olsen

What exactly is an escaped URL?

mavrick101 said:
Patrick,
Thanks for your response. Actually, UrlDecode would decode the url, but
then
how do I use request.querystring? Do I have to 'manually' parse the
querystring?

Thanx
 
G

Guest

By 'escaped' url I mean, in javaScript
escape(myqueryString);
in ASP
Server.UrlEncode(myqueryString)

or in other terms
having '=' replaced by %3d ' ' replaced by %2d etc etc....
 

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,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top