> unset the addtoken flag in cflocation and manually build > the URL -
> <cflocation > url="myPage.cfm##bookmark?cftoken=#client.cftoken#&cfid=#c > lient.cfid#" > addtoken="no"> Unfortuantely hash values and query strings are incompatible ... if you use a query string any attempt to put a hash on the end will be interpreted as part of the query string... If you use a hash, any attempt to put a query string on the end will be interpreted as part of the hash... your basic chicken-egg situation... Isaac Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
