Url Encode / Decode using Javascript
Javascript has some inbuilt Url Encoding and Decoding functions
Encode or Decode HTML entities with jQuery
Just a quick tip, if you ever need to Encode or Decode a text in Javascript and happen to use the excellent jQuery library