简体   繁体   中英

Request.QueryString doesn't work in vbscript Asp classic?

I have one problem ... I try two days to get QueryString which contains characters which are URL encoded like this %8B%83%94%837n . All that characters are from here http://www.tutorialspoint.com/html/html_url_encoding.htm .

Now when I try to get the QueryString from %8B%83%94%837n I get only the last characters 7n. They are not some special characters which must be encoded. This is work in Asp classic vbscript.

Is anyone has solution for this I would be thankful if help me. Any other solution of this problem is acceptable.

Many thanks :)

MyVar = server.htmldecode(YourQueryString)

MyVar = server.htmlencode(YourQueryString)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM