[Javascript] method for url-formatting a string?

Paul Novitski paul at dandemutande.org
Tue Mar 16 12:48:32 CST 2004


Try the escape()/unescape() pair.  The escape() method converts any 
non-alphanumeric character in a string to its numeric equivalent in the 
form %NN, and unescape() reverses the process.

Paul



At 10:18 AM 3/16/2004, Innerlab wrote:
>Is there a method for url-formatting a string? I didn't find any info on
>that.
>If not, does anyone have a function fot that?
>
>Thanks





More information about the Javascript mailing list