Hi All, I need a help of you, I want translate a string like "absolute value" to querystring format "absolute%20value", is there any functions that do it ? In ASP I can use the Response.EncodeURL(String) and DTML ? thanks anderson
[Anderson Ami] | I need a help of you, I want translate a string like "absolute value" to | querystring format "absolute%20value", is there any functions that do it ? Yes. Try html_quote; <dtml-var absolute_value html_quote>
On Fri, Feb 16, 2001 at 07:31:46PM +0100, Erik Enge wrote:
[Anderson Ami]
| I need a help of you, I want translate a string like "absolute value" to | querystring format "absolute%20value", is there any functions that do it ?
Yes. Try html_quote;
<dtml-var absolute_value html_quote>
Actually, It is "url_quote" or "url_quote_plus", not "html_quote". -- Roberto Lupi
participants (3)
-
Anderson Ami -
Erik Enge -
Roberto Lupi