You have 2 pound signs in front of id. 2 pound signs escapes the pound sign character so CF doesn't think it is a variable. I am surprised the single pound sign doesn't throw an error. You should just have single pound signs surrounding the variable to get a value...or of you are trying to pass #id#, then you need to have 2 pound signs surrounding it in the code.
Eric -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 04 January 2007 13:57 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:265706 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

