If you actually want the # in the URL then you'll want to escape it as id=###id#, if what you want is # before and after the id you'll want to use id=###id###
--- Ben -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 2:57 PM To: CF-Talk Subject: strange - stumped - need a 2nd pari of eyes All, I've got this form ... <FORM action="rotating_baby_image_preview.cfm?id=##id#&img=res&preview=1" method="post" name="preview"> but when the page processes, I get the URL ... rotating_baby_image_preview.cfm?id=#id&img=res&preview=1 the 2nd "#" is missing after the id value D ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:265684 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

