On Saturday, December 3, 2011 3:48:06 PM UTC-5, lyn2py wrote: > > You can try: {{URL('static','action',args=[param1,param2])}}
No, param1 and param2 are Javascript variables set on the client side, but the URL function is called on the server side before the page is delivered. So, param1 and param2 have to be added to the output of URL() via Javascript. Anthony >