how is that URL being formed? i'm guessing the CFID and CFTOKEN are being appended by CF (maybe via a <cflocation> that doesn't specify addtoken="no"), while the planID and enroll_num URL vars are being created by you.
are you explicitly escaping the ampersand in the first pair? On 3/16/07, Les Mizzell <[EMAIL PROTECTED]> wrote: > Hmmm.... > > Never ran into this before while testing until today... > > In my code, here's how it's written: > final.cfm?planID=aai&enroll_num=48569&CFID=1000&CFTOKEN=71224175 > > Here's what getting passed in the browser: > final.cfm?planID=aai&enroll_num=48569&CFID=1000&CFTOKEN=71224175 > > Why is the first "&" getting rewritten as "&" and not the others? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272881 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

