> If it's to make links, there's always URLEncodedFormat(string). 
> This will do stuff like replacing spaces with "%20" so that 
> the string's URL-friendly. When you read the query string 
> variables created like this, decode them with URLDecode(string).

You don't even need to use the URLDecode function to decode variables from
the URL - the web server will do that for you automatically if you reference
the URL variable directly.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to