Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
Syntax
decodeURIComponent(encodedURIString)
Remarks
The required encodedURIString argument is a value representing an encoded URI component.
A URIComponent is part of a complete URI.
If the encodedURIString is not valid, a URIError occurs.
Applies To: Global Object (Windows Scripting - JScript)
Requirements
See Also
decodeURI Method (Windows Scripting - JScript)
encodeURI Method (Windows Scripting - JScript)