This function is the complement of the encodeURIComponent() function that we describe elsewhere.
A string that might have been encoded with the encodeURIComponent() function either locally or remotely, can be converted back to a normal URI string with this function.
This enhances the encode/decode facilities of the compliant browser over and above what used to be available with escape()/unescape() functions.
Prev | Home | Next |
decodeURI() | Up | Decrement value (--) |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |