Link Search Menu Expand Document

decodeURL

Explanation Decodes URL - encoded strings
Call format var ret = decodeURL (str)
Return value Returns the decoded string.
Arguments String str Specify the character string to decode.
Exception None
Example of use
var url = decodeURL ("http: // server / app1? name =% 83% 41% 83% 4e% 83% 56% 83% 58 & value = Browser% 26Designer");
print (url, "\ n");
Related item encodeURL function