>
> <script>
>   ....
>  var param1 = 'value1' ;
>  var param2 = 'value2'
>
>  .... "{{URL(r=request,c='static',f='action')}}/"+param1&param2
>
You need to use "=" to write the output of URL.

{{=URL(...)}} + '/' + param1 + '/' + param2

Anthony

Reply via email to