Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Functions
Function: unescape
unescape
(encodedstring)
The top-level function,
unescape
, decodes an encoded
string
argument that was created using the
escape
function.
The function searches for two and four digit hexidecimal escape sequences and replaces them in the string with their single character Latin-1 equivalent. For example, %3B signifies a semicolon.
Code:
document.write(unescape("Miss%20Piggy%20loves%20Kermit%21"))
Output:
Miss Piggy loves Kermit!
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information