> > how to for that function REDIRECT understand a variable. > > ex. > > <dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=<dtml-var > test>')"> You can't nest dmtl tags try : <dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=' + test)"> Rik