General
Use this script to encode/decode URL parameters. It is fully compatible with UTF-8 encoding. Very useful when you want to transfer data using Ajax technology, or for other operations which involve URL parameter manipulation.
Notes
- Created by: Justas
- Web Site: http://www.webtoolkit.info/
- Posted: July 20, 2007
If you plan on using UTF-8 encoding in your project don't forget to set the page encoding to UTF-8 in the Content-Type meta tag.
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: decodeEncode.js
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document
User Comments
Do you write JavaScripts?
If you do, why not submit them to us?
We'll give you credit and a link back to your Web site.
