Question
concatenation
Im trying to create a link, and I have a javascript function called table and Im trying to pass a string 'editgeo' and concat to a number (geographyid) but it doesnt pass the 'editgeo' only the number. Does anyone know how to concat that? thanks
<cfloop query="geo">
<cfset querySetCell(geo, "edit", "<a href='javascript:table('editgeo='+#geographyid#)'>Edit</a>",currentrow)>
</cfloop>
