> The trick is, I'm finding that there are data bits out there 
> that have a pound sign in them. An example I'm working on now 
> - one variable has the value '!$#$!'. (Don't ask. Long 
> story.) But when doing a dump of the URL structure, it only 
> shows '!$'.

The hash character is a URL metacharacter. You need to escape it before it's
sent from the browser to the server. If you're generating the page with the
link/form action/JavaScript redirect/etc, you can do this with CF using the
URLEncodedFormat function. If you're writing a GreaseMonkey script that will
only run within the client, you'll need to use the JavaScript escape
function.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Training: Adobe/Google/Paperthin Certified Partners
http://training.figleaf.com/

WebManiacs 2008: the ultimate conference for CF/Flex/AIR developers!
http://www.webmaniacsconference.com/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to