Question
Passing variable into url
Am sure am missing something but why doesnt this work???
If I hardcode the string value it works fine...
<cfset Str_Order =#rsorder.order_id#>
<cfoutput> #Str_Order# </cfoutput>
<p><a href="MyAccount.cfm?view=customsinvoice&OrderID=' #Str_Order# ' "> test</a></p>
