JavaScript
A5.ajax.urlEncode Method
Syntax
A5.ajax.urlEncode(text)
Arguments
- textstring
A string to encode.
Description
Encodes a string of text so that it can be used as part of a URL.
Discussion
This is a Javascript version of the standard Alpha Anywhere function urlEncode() and is used to encode text so that it can be safely used as part of a URL.
See Also