ASP URLDecode Function
Awhile back I ran into the need to have some sort of undo for the native Server.URLEncode function of ASP, after about an hour of coding and testing URLDecode was created...
The function is rather simple, just call it using the following syntax:
URLDecode(EncodedText)
EncodedText can be either encoded text enclosed in quotes or a variable defined elsewhere in your code, Just make sure you don't forget to place the following code on your page before your first call to the function.
|
|