/ Published in: ASP
Expand |
Embed | Plain Text
dim strEncodeMe, strEncoded strEncoded = Server.urlencode(strEncodeMe)
You need to login to post a comment.
charmcitycoder on 12/16/08
ASP chars urlencode special vb
1 person have marked this snippet as a favorite
dim strEncodeMe, strEncoded strEncoded = Server.urlencode(strEncodeMe)
You need to login to post a comment.