Another way would be to do this refer = StructDelete(url,"CFID") refer = StructDelete(url,"CFTOKEN")
that should strip out the CFID and CFTOKEN struct keys from the URL struct and give you a new struct called refer the other way would be this refer = ReplaceNoCase(query_string,"&CFID=#url.cfid#","") refer = ReplaceNoCase(query_string,"&CFTOKEN=#url.cftoken#","") Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Gilbert Sent: Wednesday, August 20, 2003 9:54 AM To: CFAussie Mailing List Subject: [cfaussie] Would this be considered a bug? http_referer = https://www.domain.com/full.cfm?id=104&type=56&apID=1 #ListFirst(HTTP_REFERER,"&CFID")# output is https://www.domain.com/full.cfm?id=104 #ListFirst(HTTP_REFERER,"CFID=")# output is https://www.domain.com/full.cfm?id what I would expect in either instance is https://www.domain.com/full.cfm?id=104&type=56&apID=1 Cheers Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
