It's a javascript function which is used to encodes a string as a component of a URI.
======================================
<script type="text/javascript">
document.write(encodeURIComponent(",/?:@&=+$#"));
</script>
--------------------
%2C%2F%3F%3A%40%26%3D%2B%24%23
January 14, 2009
encodeURIComponent
Posted by samneang
Subscribe to:
Post Comments (Atom)

1 comments:
Thanks Samneang for linking my blog to yrs. Perhaps, u r interested in my new education web http://www.cambosastra.org/
Post a Comment