> But now I need to strip quotes since that has arisen and > I get an error if I put in
You can double up the double quotes to escape them to mean one double quote. If you're trying to avoid form inputs from breaking, I'd advise looking at the HTMLEditFormat() function instead. It will escape all of the special HTML characters for you. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:312523 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
