Ok, I got it working if I manually stripped off the
"&CompID=3&CompName=Tetco" from the cleanreturnurl variable. I'll work on it
more later, have to break off and go meet a new client.

Thanks, Fred, and the others who replied. I appreciate it very much.

Chris

> -----Original Message-----
> From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 16, 2001 1:04 PM
> To: Fusebox
> Subject: Re: Really Need Help
>
>
> okay try this one
>
> <cfif NOT len(session.returnfuseaction)>
>     <cfset session.returnfuseaction = cleanreturnurl & chr(13)>
> <cfelse>
>     <cfset temp =
> listappend(session.returnfuseaction,"#cleanreturnurl#","#chr(13)#")>
>     <cfset session.returnfuseaction = temp>
> </cfif>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to