URL Encoding (Percent Encoding)
URL encoding converts characters into a format that can be transmitted over the Internet.
URLs can only be sent over the Internet using the ASCII character-set.
Since URLs often contain characters outside the ASCII set, the URL has to be converted into a valid ASCII format.
URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.
URLs cannot contain spaces. URL encoding normally replaces a space with a plus (+) sign or with %20.
URL encoding is a mechanism for translating unprintable or special characters to a universally accepted format by web servers and browsers.
"; theform.ecode.value=codetocopy; } return false; } function encrypt(tx) { var codehex=''; var i; for (i=0; i